scinote-web/app/views/my_modules/_state_button_complete.html.erb

4 lines
131 B
Plaintext
Raw Normal View History

<button class="btn btn-primary">
<span class="glyphicon glyphicon-ok"></span>
<%= t("my_modules.buttons.complete") %>
</button>