summaryrefslogtreecommitdiff
path: root/app/views/issues/_show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/_show.html.haml')
-rw-r--r--app/views/issues/_show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/issues/_show.html.haml b/app/views/issues/_show.html.haml
index fcac006e81c..afcd2b6e7c5 100644
--- a/app/views/issues/_show.html.haml
+++ b/app/views/issues/_show.html.haml
@@ -21,10 +21,10 @@
-#notes
%td
- if can? current_user, :write_issue, @project
- = form_for([@project, issue], :remote => true) do |f|
+ = form_for([@project, issue], :remote => true) do |f|
= f.check_box :closed, :onclick => "$(this).parent().submit();"
= hidden_field_tag :status_only, true
- - else
+ - else
= check_box_tag "closed", 1, issue.closed, :disabled => true
%td
- if can?(current_user, :admin_issue, @project) || issue.author == current_user