From 53ace540f164fb2fb2a938a1ec8e0a02078783e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 12 Oct 2016 16:58:55 +0200 Subject: [PATCH] Moved shot statistics to the top of Attract index page --- src/templates/attract/index.jade | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 %}