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