From b406719b2a6921780f7e9f85161010bc56412e4b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 17 2015 17:20:52 +0000 Subject: Re-fix the links so that we can filter by both assignee and authors Relates to http://209.132.184.222/progit/issue/59 --- diff --git a/progit/templates/issues.html b/progit/templates/issues.html index 6c84aa4..e872502 100644 --- a/progit/templates/issues.html +++ b/progit/templates/issues.html @@ -87,7 +87,7 @@ {{ issue.user.user | avatar(16) | safe }} {{issue.user.user}} @@ -100,7 +100,7 @@ {% if issue.assignee %} {{ issue.assignee.user | avatar(16) | safe }} {{ issue.assignee.user }}