Commit b56024100d40457a998f83adae3cdc830c997cda

Authored by Dmitriy Zaporozhets
1 parent 4451b8df

lil style fixes

app/views/admin/users/show.html.haml
1 -- unless notice.nil?  
2 - %p#notice= notice  
3 -  
4 %h2= @admin_user.name 1 %h2= @admin_user.name
5 2
6 %table.round-borders 3 %table.round-borders
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