Commit 4dee4bdb57c483bffa8d11025dface563d24869c

Authored by Alexander Randa
1 parent 9987ec93

change back button position when project creating

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/views/admin/projects/new.html.haml
... ... @@ -2,5 +2,4 @@
2 2  
3 3 = render 'form'
4 4  
5   -.actions
6   - = link_to 'Back', admin_projects_path, :class => 'lbutton'
7 5 \ No newline at end of file
  6 += link_to 'Back', admin_projects_path, :class => 'right lbutton'
8 7 \ No newline at end of file
... ...