mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Added missing characters to Subtasks jade template.
Thanks to xet7 !
This commit is contained in:
parent
1a117d1941
commit
c18f531915
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ template(name="subtaskActionsPopup")
|
|||
li
|
||||
a.js-view-subtask(title="{{ subtask.title }}")
|
||||
i.fa.fa-eye
|
||||
{{_ "view-it"}}
|
||||
| {{_ "view-it"}}
|
||||
a.js-delete-subtask.delete-subtask
|
||||
i.fa.fa-trash
|
||||
| {{_ "delete"}} ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue