mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Fix button icon for uncomplete task
This commit is contained in:
parent
4c1a64ce4f
commit
0e1e7c3d82
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<button class="btn btn-default">
|
||||
<span class="fas fa-times"></span>
|
||||
<span class="fas fa-undo-alt"></span>
|
||||
<%= t("my_modules.buttons.uncomplete") %>
|
||||
</button>
|
Loading…
Reference in a new issue