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

5 lines
121 B
Plaintext
Raw Normal View History

2018-05-18 22:24:24 +08:00
<button class="btn btn-toggle">
<span class="fas fa-check"></span>
<%= t("my_modules.buttons.complete") %>
</button>