Commit a7efeb378135a9d2a263b4d14d24c462d4c8eb29
1 parent
b985ff6f
Exists in
master
and in
4 other branches
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 | 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 | 17 | - else |
18 | 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 | 20 | %i.icon-edit |
21 | 21 | Edit |
22 | 22 | ... | ... |