mirror of
https://github.com/wekan/wekan.git
synced 2026-01-29 04:36:10 +01:00
parent
732aa5eccb
commit
dc3cbdd20e
6 changed files with 38 additions and 37 deletions
|
|
@ -103,11 +103,12 @@ template(name="cardActivities")
|
|||
.activity-comment
|
||||
+viewer
|
||||
= comment.text
|
||||
span.activity-meta
|
||||
| {{ moment createdAt }} -
|
||||
a.js-open-inlined-form {{_ "edit"}}
|
||||
= ' - '
|
||||
a.js-delete-comment {{_ "delete"}}
|
||||
if ($eq currentUser comment.userId)
|
||||
span.activity-meta
|
||||
| {{ moment createdAt }} -
|
||||
a.js-open-inlined-form {{_ "edit"}}
|
||||
= ' - '
|
||||
a.js-delete-comment {{_ "delete"}}
|
||||
|
||||
else
|
||||
span.activity-meta {{ moment createdAt }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue