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:
Lauri Ojansivu 2024-11-02 18:55:33 +02:00
parent 75ca4920c5
commit a27f8ecfa9

View file

@ -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')