bugfix back button on page admin/project/new

This commit is contained in:
Alexander Randa 2011-11-17 00:13:14 +03:00
parent 930455f065
commit 459c9ba27d

View file

@ -2,4 +2,5 @@
= render 'form'
= link_to 'Back', admin_projects_path
.actions
= link_to 'Back', admin_projects_path, :class => 'lbutton'