Removed second "created at" text at activites / card comment

- the same text is already at line start, it makes no sense to print it
  again at line end
This commit is contained in:
Martin Filser 2022-01-16 01:15:31 +01:00
parent 2206e34ab6
commit 66d739b3b1

View file

@ -242,5 +242,3 @@ template(name="activity")
= ' @'
else if(currentData.timeValue)
| {{_ activity.activityType currentData.timeValue}}
span(title=activity.createdAt).activity-meta {{ moment activity.createdAt }}