mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix missing popup title
This commit is contained in:
parent
5b0da6cb3a
commit
de5589a987
24 changed files with 53 additions and 6 deletions
|
|
@ -55,7 +55,7 @@ template(name="listMorePopup")
|
|||
input.inline-input(type="text" readonly value="{{ rootUrl }}")
|
||||
| {{_ 'added'}}
|
||||
span.date(title=list.createdAt) {{ moment createdAt 'LLL' }}
|
||||
a.js-delete(title="{{_ 'list-delete-notice'}}") {{_ 'delete'}}
|
||||
a.js-delete {{_ 'delete'}}
|
||||
|
||||
template(name="listDeletePopup")
|
||||
p {{_ "list-delete-pop"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue