More detailed "verb" for task action logging.
This commit is contained in:
@@ -12,9 +12,6 @@
|
||||
| {% include "attract/index_anon_left_column.html" %}
|
||||
| {% endif %}
|
||||
.col-md-6
|
||||
h3 Latest Edit
|
||||
img.img-responsive(src="//placehold.it/500x250")
|
||||
|
||||
.d-activity
|
||||
h3 Activity
|
||||
|
||||
@@ -23,7 +20,7 @@
|
||||
li
|
||||
span.date {{ act._created | pretty_date_time }}:
|
||||
a(href="{{ act.link }}")
|
||||
| {{ act['actor_user']['full_name'] }} {{ act.verb }} {{ act.object }}
|
||||
| {{ act['actor_user']['full_name'] }} {{ act.verb }}
|
||||
| {% endfor %}
|
||||
|
||||
h3 Shot statistics
|
||||
|
Reference in New Issue
Block a user