changing admin disign for projects finish

This commit is contained in:
Alexander Randa 2011-11-18 23:54:56 +03:00
parent 5488f17389
commit f950d7881c
3 changed files with 43 additions and 31 deletions

View file

@ -20,7 +20,5 @@
%td= link_to 'Edit', edit_admin_project_path(project), :id => "edit_#{dom_id(project)}"
%td= link_to 'Destroy', [:admin, project], :confirm => 'Are you sure?', :method => :delete
%br
= paginate @admin_projects
= link_to 'New Project', new_admin_project_path
= link_to 'New Project', new_admin_project_path, :class => "lbutton"