mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Addfeature: showing action in system message when user deleted/edited comments, plus changing email content \n to <br/>
This commit is contained in:
parent
8d76db91b8
commit
a666883986
3 changed files with 9 additions and 2 deletions
|
|
@ -201,6 +201,7 @@ template(name="cardActivities")
|
|||
.activity-checklist(href="{{ card.absoluteUrl }}")
|
||||
+viewer
|
||||
= checklistItem.title
|
||||
|
||||
if(currentData.timeKey)
|
||||
| {{{_ activityType }}}
|
||||
= ' '
|
||||
|
|
@ -215,6 +216,10 @@ template(name="cardActivities")
|
|||
| {{{_ activityType currentData.timeValue}}}
|
||||
|
||||
|
||||
if($eq activityType 'deleteComment')
|
||||
| {{{_ 'activity-deleteComment' currentData.commentId}}}.
|
||||
if($eq activityType 'editComment')
|
||||
| {{{_ 'activity-editComment' currentData.commentId}}}.
|
||||
if($eq activityType 'addComment')
|
||||
+inlinedForm(classNames='js-edit-comment')
|
||||
+editor(autofocus=true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue