diff --git a/src/templates/attract/index.jade b/src/templates/attract/index.jade index 453f404..7a49b2f 100644 --- a/src/templates/attract/index.jade +++ b/src/templates/attract/index.jade @@ -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 %}