Moved shot statistics to the top of Attract index page

This commit is contained in:
2016-10-12 16:58:55 +02:00
parent d0bb5aa598
commit 53ace540f1

View File

@@ -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 %}