From: Alexander Randa Date: Wed, 16 Nov 2011 21:13:14 +0000 (+0300) Subject: bugfix back button on page admin/project/new X-Git-Tag: v1.2.0pre~15^2~12 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=459c9ba27d99f78b16107d0f19cc0c51b04a60c5;p=wvm%2Fgitlab.git bugfix back button on page admin/project/new --- diff --git a/app/views/admin/projects/new.html.haml b/app/views/admin/projects/new.html.haml index 3a4d50e19..3a2985b07 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