From 9b5b30e541641ec37109855ac40538a33f80d04b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 24 2014 17:32:52 +0000 Subject: Add the user's avatar in the issue view --- 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 }}