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

4 lines
123 B
Plaintext
Raw Normal View History

2020-01-07 23:13:34 +08:00
<button class="btn btn-secondary ">
<i class="fas fa-undo-alt"></i>
<%= t("my_modules.buttons.uncomplete") %>
</button>