mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
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:
parent
2206e34ab6
commit
66d739b3b1
1 changed files with 0 additions and 2 deletions
|
|
@ -242,5 +242,3 @@ template(name="activity")
|
||||||
= ' @'
|
= ' @'
|
||||||
else if(currentData.timeValue)
|
else if(currentData.timeValue)
|
||||||
| {{_ activity.activityType currentData.timeValue}}
|
| {{_ activity.activityType currentData.timeValue}}
|
||||||
|
|
||||||
span(title=activity.createdAt).activity-meta {{ moment activity.createdAt }}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue