diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml
index 2a8b86c..2fc2daa 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 de97f40..9d4e0bc 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
--
libgit2 0.21.2