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

4 lines
126 B
Plaintext
Raw Normal View History

2018-03-29 19:58:14 +08:00
<button class="btn btn-default">
2019-05-06 22:35:46 +08:00
<span class="fas fa-undo-alt"></span>
<%= t("my_modules.buttons.uncomplete") %>
</button>