Moved shot statistics to the top of Attract index page
This commit is contained in:
@@ -12,17 +12,6 @@
|
||||
| {% include "attract/index_anon_left_column.html" %}
|
||||
| {% endif %}
|
||||
.col-md-6
|
||||
.d-activity
|
||||
h3 Activity
|
||||
|
||||
ul
|
||||
| {% for act in activities['_items'] %}
|
||||
li
|
||||
span.date {{ act._created | pretty_date_time }}:
|
||||
a(href="{{ act.link }}")
|
||||
| {{ act['actor_user']['full_name'] }} {{ act.verb }}
|
||||
| {% endfor %}
|
||||
|
||||
h3 Shot statistics
|
||||
|
||||
| {% for proj, summary in projs_with_summaries %}
|
||||
@@ -38,4 +27,15 @@
|
||||
| {{ status | undertitle }}
|
||||
| {% endfor %}
|
||||
| {% endfor %}
|
||||
|
||||
.d-activity
|
||||
h3 Activity
|
||||
|
||||
ul
|
||||
| {% for act in activities['_items'] %}
|
||||
li
|
||||
span.date {{ act._created | pretty_date_time }}:
|
||||
a(href="{{ act.link }}")
|
||||
| {{ act['actor_user']['full_name'] }} {{ act.verb }}
|
||||
| {% endfor %}
|
||||
| {% endblock %}
|
||||
|
Reference in New Issue
Block a user