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" %}
|
| {% include "attract/index_anon_left_column.html" %}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
.col-md-6
|
.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
|
h3 Shot statistics
|
||||||
|
|
||||||
| {% for proj, summary in projs_with_summaries %}
|
| {% for proj, summary in projs_with_summaries %}
|
||||||
@@ -38,4 +27,15 @@
|
|||||||
| {{ status | undertitle }}
|
| {{ status | undertitle }}
|
||||||
| {% endfor %}
|
| {% endfor %}
|
||||||
| {% 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 %}
|
| {% endblock %}
|
||||||
|
Reference in New Issue
Block a user