mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 06:58:07 +01:00
Improvements in activities design
This commit is contained in:
parent
e9b9af4616
commit
9f340bcecd
2 changed files with 7 additions and 2 deletions
|
|
@ -25,7 +25,8 @@ template(name="activity")
|
|||
.activity
|
||||
+userAvatar(userId=activity.user._id)
|
||||
p.activity-desc
|
||||
+memberName(user=activity.user)
|
||||
span.activity-member
|
||||
+memberName(user=activity.user)
|
||||
|
||||
//- attachment activity -------------------------------------------------
|
||||
if($eq activity.activityType 'deleteAttachment')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue