mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 20:28:48 +01:00
Fix Warning: missing space before text for line 210 of jade file client/components/activities/activities.jade
Thanks to xet7 !
This commit is contained in:
parent
75ca4920c5
commit
a27f8ecfa9
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ template(name="activity")
|
|||
| {{_ 'activity-archived' (sanitize listLabel)}}.
|
||||
|
||||
if($eq activity.activityType 'changedListTitle')
|
||||
{{_ 'activity-changedListTitle' (sanitize listLabel) boardLabelLink}}
|
||||
| {{_ 'activity-changedListTitle' (sanitize listLabel) boardLabelLink}}
|
||||
|
||||
//- member activity ----------------------------------------------------
|
||||
if($eq activity.activityType 'joinMember')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue