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

5 lines
132 B
Plaintext
Raw Normal View History

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