diff --git a/pagure/templates/_render_issues.html b/pagure/templates/_render_issues.html
index a7ae946..a44a90a 100644
--- a/pagure/templates/_render_issues.html
+++ b/pagure/templates/_render_issues.html
@@ -28,18 +28,18 @@
{% if issue.priority is not none %}
- {{ repo.priorities[issue.priority | string] }}
+ {{ repo.priorities[issue.priority | string] }}
{% endif %}
{% if issue.assignee %}
-
+
{{ issue.assignee.username | avatar(size=20) | safe}}
{% endif %}
{% if issue.user_comments|count > 0 %}
-
+
{{issue.user_comments|count}}
diff --git a/pagure/templates/_render_pullrequests.html b/pagure/templates/_render_pullrequests.html
index d5e5abc..e229e22 100644
--- a/pagure/templates/_render_pullrequests.html
+++ b/pagure/templates/_render_pullrequests.html
@@ -28,18 +28,18 @@
{% if request.assignee %}
-
+
{{ request.assignee.username | avatar(size=20) | safe}}
{% endif %}
-
+
{{request.branch}}
-
+
{{request.user_comments|count}}