From aa23a9b058b24903c11b88517d7dd4820adae082 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jun 14 2016 13:24:56 +0000 Subject: add a take button to the issue assign field adds a take button so an authroized user can easily reassign a ticket to themselves fixes: #962 --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index dfa9b04..0505dea 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -147,6 +147,9 @@ {% else %} unassigned {% endif %} + {% if authenticated and repo_admin %} + + {% endif %}