From 8016361777e727b0835e7628252cd5042797fd03 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Jan 12 2017 15:36:35 +0000 Subject: Add icon to status, and move milestones before tags --- diff --git a/pagure/templates/roadmap.html b/pagure/templates/roadmap.html index 3bae9a5..e691e44 100644 --- a/pagure/templates/roadmap.html +++ b/pagure/templates/roadmap.html @@ -42,6 +42,7 @@
+ All - - {% for tag in tag_list %} - {% if tag in tags %} - - {% else %} - - {% endif %} - {{ tag }} - {% endfor %} - - {% for stone in milestones %} {% if stone in requested_stones %} @@ -127,6 +102,32 @@ {% endif %} {% endfor %} + + + {% for tag in tag_list %} + {% if tag in tags %} + + {% else %} + + {% endif %} + {{ tag }} + {% endfor %} +
{% if not issues %}