Files
edx-platform/cms/templates/js/modal-button.underscore
2016-05-31 21:58:05 +05:00

4 lines
138 B
Plaintext

<li class="action-item">
<a href="#" class="button <%- isPrimary ? 'action-primary' : '' %> action-<%- type %>"><%- name %></a>
</li>