From 4afe2bb71ad39d924b96379432027f21cf6358ad Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 24 2015 10:21:22 +0000 Subject: Make it possible to click on `(unassigned)` to filter for not assigned issues This makes the behavior consistent with the other where if you click on an username, you get the list of issues assigned to that user. Now clicking on `(unassigned)` will get you the list of all unassigned issues --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 813e3e1..530960e 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -110,7 +110,8 @@ {% else %} (unassigned) + repo=repo.name, tags=tags, author=author, status=status, + assignee=0) }}">(unassigned) {% endif %}