diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml index 2a8b86c462e24dbde97b0b9ff597571fe4b811b5..2fc2daa75c2cbf73aef7b027da6cafc0f334e961 100644 --- a/app/views/admin/users/show.html.haml +++ b/app/views/admin/users/show.html.haml @@ -1,6 +1,3 @@ -- unless notice.nil? - %p#notice= notice - %h2= @admin_user.name %table.round-borders diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml index de97f40695605cc81e96f19bbfcfa9854ce31ea5..9d4e0bc627dc0599de58c6c562ca04d757a36094 100644 --- a/app/views/issues/show.html.haml +++ b/app/views/issues/show.html.haml @@ -45,6 +45,6 @@ - if can?(current_user, :write_issue, @issue) .clear %br - = link_to 'Edit', edit_project_issue_path(@project, @issue), :class => "lbutton positive", :remote => true - .right= link_to 'Destroy', [@project, @issue], :confirm => 'Are you sure?', :method => :delete, :class => "lbutton delete-issue negative", :id => "destroy_issue_#{@issue.id}" + = link_to 'Edit', edit_project_issue_path(@project, @issue), :class => "grey-button positive", :remote => true + .right= link_to 'Destroy', [@project, @issue], :confirm => 'Are you sure?', :method => :delete, :class => "grey-button delete-issue negative", :id => "destroy_issue_#{@issue.id}" .clear