diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 9c4f3d2..ed34bc1 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%}