Commit b56024100d40457a998f83adae3cdc830c997cda
1 parent
4451b8df
Exists in
master
and in
4 other branches
lil style fixes
Showing
2 changed files
with
2 additions
and
5 deletions
Show diff stats
app/views/admin/users/show.html.haml
app/views/issues/show.html.haml
@@ -45,6 +45,6 @@ | @@ -45,6 +45,6 @@ | ||
45 | - if can?(current_user, :write_issue, @issue) | 45 | - if can?(current_user, :write_issue, @issue) |
46 | .clear | 46 | .clear |
47 | %br | 47 | %br |
48 | - = link_to 'Edit', edit_project_issue_path(@project, @issue), :class => "lbutton positive", :remote => true | ||
49 | - .right= link_to 'Destroy', [@project, @issue], :confirm => 'Are you sure?', :method => :delete, :class => "lbutton delete-issue negative", :id => "destroy_issue_#{@issue.id}" | 48 | + = link_to 'Edit', edit_project_issue_path(@project, @issue), :class => "grey-button positive", :remote => true |
49 | + .right= link_to 'Destroy', [@project, @issue], :confirm => 'Are you sure?', :method => :delete, :class => "grey-button delete-issue negative", :id => "destroy_issue_#{@issue.id}" | ||
50 | .clear | 50 | .clear |