summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-24 15:25:08 +0300
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-24 15:25:28 +0300
commita7efeb378135a9d2a263b4d14d24c462d4c8eb29 (patch)
treef38ee75ddfd1709202a726484c742e21e34c8d18
parentb985ff6f182e7a3dd1767b8145cd66ebbdc3c8da (diff)
downloadgitlab-ce-a7efeb378135a9d2a263b4d14d24c462d4c8eb29.tar.gz
Fix chrome issues list
-rw-r--r--app/views/issues/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_show.html.haml b/app/views/issues/_show.html.haml
index 4b6823f53c7..8aa92ebfd6a 100644
--- a/app/views/issues/_show.html.haml
+++ b/app/views/issues/_show.html.haml
@@ -16,7 +16,7 @@
= link_to 'Reopen', project_issue_path(issue.project, issue, issue: {closed: false }, status_only: true), method: :put, class: "btn small grouped reopen_issue", remote: true
- else
= link_to 'Close', project_issue_path(issue.project, issue, issue: {closed: true }, status_only: true), method: :put, class: "btn small grouped close_issue", remote: true
- = link_to edit_project_issue_path(issue.project, issue), class: "btn small edit-issue-link", remote: true do
+ = link_to edit_project_issue_path(issue.project, issue), class: "btn small edit-issue-link grouped", remote: true do
%i.icon-edit
Edit