diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 6178d88..de86ccb 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -70,7 +70,8 @@ {% endif %}
- +
+ All - - + + +
+
+ + {% for tag in tags %} + + {% endfor %} + + + + +
+
+
+
+ {% for tag in tag_list %} {% if tag.tag in tags %} @@ -137,28 +156,12 @@ status=status or 'all') }}" title="Filter issues by tag"> {% endif %} - + {{ tag.tag }} {% endfor %} - -
-
- - {% for tag in tags %} - - {% endfor %} - - - - -
-
-
+