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

5 lines
116 B
Plaintext
Raw Normal View History

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