Commit 459c9ba27d99f78b16107d0f19cc0c51b04a60c5

Authored by Alexander Randa
1 parent 930455f0

bugfix back button on page admin/project/new

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