Unify looks of shot activities with task's
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
.d-activity
|
||||
| {% if activities['_meta']['total'] %}
|
||||
h3 Activity
|
||||
|
||||
ul
|
||||
| {% for act in activities['_items'] %}
|
||||
li
|
||||
span.date {{ act._created | pretty_date_time }}:
|
||||
| {{ act['actor_user']['full_name'] }} {{ act.verb }}
|
||||
span.date(title="{{ act._created }}") {{ act._created | pretty_date_time }}
|
||||
span.actor {{ act['actor_user']['full_name'] }}
|
||||
span.verb {{ act.verb }}
|
||||
| {% endfor %}
|
||||
| {% else %}
|
||||
p.
|
||||
|
Reference in New Issue
Block a user