Commit a7efeb378135a9d2a263b4d14d24c462d4c8eb29

Authored by Dmitriy Zaporozhets
1 parent b985ff6f

Fix chrome issues list

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/issues/_show.html.haml
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 = 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 16 = 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
17 - else 17 - else
18 = 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 18 = 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
19 - = link_to edit_project_issue_path(issue.project, issue), class: "btn small edit-issue-link", remote: true do 19 + = link_to edit_project_issue_path(issue.project, issue), class: "btn small edit-issue-link grouped", remote: true do
20 %i.icon-edit 20 %i.icon-edit
21 Edit 21 Edit
22 22