From 6d5359920d6787ab57f58d50a4c80caf86bfea75 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Mar 24 2017 00:18:36 +0000 Subject: Make tags in issue list clickable By clicking on a tag, only issues with the particular tag will be shown. Asignee, author and other filters than issue state are removed. --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 4bd41a1..f849c08 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -218,9 +218,15 @@ {% endif %} {% for tag in issue.tags %} - {{tag.tag}} + title="{{ tag.tag_description or '' }}">{{tag.tag}} {% endfor%}