OSDN Git Service

bugfix back button on page admin/project/new
authorAlexander Randa <randa.alex@active.by>
Wed, 16 Nov 2011 21:13:14 +0000 (00:13 +0300)
committerAlexander Randa <randa.alex@active.by>
Wed, 16 Nov 2011 21:13:14 +0000 (00:13 +0300)
app/views/admin/projects/new.html.haml

index 3a4d50e..3a2985b 100644 (file)
@@ -2,4 +2,5 @@
 
 = render 'form'
 
-= link_to 'Back', admin_projects_path
+.actions
+  = link_to 'Back', admin_projects_path, :class => 'lbutton'
\ No newline at end of file