From 74ffe9959cf8c0299f02cc3836f81dbfa244416c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 16 2015 10:23:56 +0000 Subject: Use the assignee avatar in the Assigned to column --- diff --git a/progit/templates/issues.html b/progit/templates/issues.html index 8e0aff2..a3022c4 100644 --- a/progit/templates/issues.html +++ b/progit/templates/issues.html @@ -96,7 +96,7 @@ - {{ issue.user.user | avatar(16) | safe }} + {{ issue.assignee.user | avatar(16) | safe }} {{ issue.assignee.user }} {% else %}