diff --git a/app/views/admin/projects/_form.html.haml b/app/views/admin/projects/_form.html.haml index 36cc264f175e072a3babbc6f4fe6894f8b6fb77f..4a4d469997e31616f60ee403d1d67f3651f1c969 100644 --- a/app/views/admin/projects/_form.html.haml +++ b/app/views/admin/projects/_form.html.haml @@ -29,6 +29,7 @@ %br = f.text_area :description .clear + %hr .actions = f.submit 'Save', :class => "lbutton" diff --git a/app/views/admin/projects/edit.html.haml b/app/views/admin/projects/edit.html.haml index 3a1591b1b51aad334a4ea765ed21f8400e5ef3ce..cca3343bc3a4199d5a51eb527010c1cc5493d092 100644 --- a/app/views/admin/projects/edit.html.haml +++ b/app/views/admin/projects/edit.html.haml @@ -1,3 +1,4 @@ +%h2= @admin_project.name = render 'form' = link_to 'Back', admin_projects_path, :class => "right lbutton"