OSDN Git Service

Fix chrome issues list
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Wed, 24 Oct 2012 12:25:08 +0000 (15:25 +0300)
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Wed, 24 Oct 2012 12:25:28 +0000 (15:25 +0300)
app/views/issues/_show.html.haml

index 4b6823f..8aa92eb 100644 (file)
@@ -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