diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index cfea33a..6e5f1bf 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -318,7 +318,12 @@
- {{ subscribers | join(', ') }} + {% for subscriber in subscribers %} + {{ + subscriber |avatar(size=24) | safe + }} + {% endfor %}