mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Fix a bug with the comment buttons
This commit is contained in:
parent
dd9192d097
commit
69b908422f
2 changed files with 4 additions and 3 deletions
|
@ -103,9 +103,9 @@ template(name="cardActivities")
|
|||
.activity-comment
|
||||
+viewer
|
||||
= comment.text
|
||||
if ($eq currentUser comment.userId)
|
||||
span.activity-meta
|
||||
| {{ moment createdAt }} -
|
||||
span.activity-meta {{ moment createdAt }}
|
||||
if ($eq currentUser._id comment.userId)
|
||||
= ' - '
|
||||
a.js-open-inlined-form {{_ "edit"}}
|
||||
= ' - '
|
||||
a.js-delete-comment {{_ "delete"}}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"account-details": "Account Details",
|
||||
"actions": "Actions",
|
||||
"activity": "Activity",
|
||||
"activities": "Activities",
|
||||
"activity-archived": "archived %s",
|
||||
"activity-created": "created %s",
|
||||
"activity-added": "added %s to %s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue