summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-22 19:57:25 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-22 19:57:25 +0200
commitb56024100d40457a998f83adae3cdc830c997cda (patch)
treef402cbb6d54526a32b30968c98410bae97b27c8d
parent4451b8df8ad6d4b6d79fbce77687c6c2fd37d0a9 (diff)
downloadgitlab-ce-b56024100d40457a998f83adae3cdc830c997cda.tar.gz
lil style fixesv1.2.0
-rw-r--r--app/views/admin/users/show.html.haml3
-rw-r--r--app/views/issues/show.html.haml4
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