From b56024100d40457a998f83adae3cdc830c997cda Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 22 Nov 2011 19:57:25 +0200 Subject: [PATCH] lil style fixes --- app/views/admin/users/show.html.haml | 3 --- app/views/issues/show.html.haml | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml index 2a8b86c462e..2fc2daa75c2 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 de97f406956..9d4e0bc627d 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 -- GitLab