From bad774c3da1b7d025f4924440a87ca98e7605832 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 04 2015 16:23:56 +0000 Subject: Adjust the permissions when adjust issue's information Only admins can: - edit the original ticket - Update the status - add tags For the rest, any authenticated users can do --- diff --git a/progit/templates/issue.html b/progit/templates/issue.html index 2f492b9..367539e 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -34,13 +34,13 @@

#{{ issueid }} {{ issue.title }} - {% if authenticated %} + {% if authenticated and repo_admin %} - Edit {% endif %}