diff --git a/app/views/admin/projects/new.html.haml b/app/views/admin/projects/new.html.haml index 3a4d50e1..3a2985b0 100644 --- a/app/views/admin/projects/new.html.haml +++ b/app/views/admin/projects/new.html.haml @@ -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