Skip to content
Snippets Groups Projects
Commit b5602410 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

lil style fixes

parent 4451b8df
No related branches found
No related tags found
No related merge requests found
- unless notice.nil?
%p#notice= notice
%h2= @admin_user.name
 
%table.round-borders
Loading
Loading
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment