diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml
index 2997cde1ed2c9909a50cd316285bff0d9a57218c..70f94e5294294e62ad384483a9bcfa2675f6803c 100644
--- a/app/views/issues/show.html.haml
+++ b/app/views/issues/show.html.haml
@@ -12,10 +12,9 @@
       - else
         = link_to 'Close', project_issue_path(@project, @issue, issue: {state_event: :close }, status_only: true), method: :put, class: "btn grouped close_issue", title: "Close Issue"
 
-    - if can?(current_user, :admin_issue, @issue)
       = link_to edit_project_issue_path(@project, @issue), class: "btn grouped" do
         %i.icon-edit
-      Edit
+        Edit
 
 .pull-right
   .span3#votes= render 'votes/votes_block', votable: @issue