diff --git a/progit/templates/issue.html b/progit/templates/issue.html index a46b53c..76d2e69 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -40,7 +40,7 @@ {% endautoescape %}

- Opened by + Opened by {{ issue.user.user | avatar(16) | safe }} {{ issue.user.user }} @@ -58,6 +58,7 @@ {{ comment.comment | rst2html }} {% endautoescape %}

+ {{ comment.user.user | avatar(16) | safe }} {{ comment.user.user }}