gitlabhq/app/views/admin/projects/edit.html.haml

8 lines
157 B
Plaintext
Raw Normal View History

%h2= @admin_project.name
2011-10-08 23:36:38 +02:00
= render 'form'
%br
= link_to 'Back', admin_projects_path, :class => ""
|
= link_to 'Show', [:admin, @admin_project], :class => ""