gitlab-org--gitlab-foss/app/views/admin/applications/edit.html.haml

5 lines
176 B
Text
Raw Normal View History

2015-04-30 13:06:18 -04:00
- page_title "Edit", @application.name, "Applications"
2015-01-17 18:37:27 -05:00
%h3.page-title Edit application
- @url = admin_application_path(@application)
2015-04-30 13:06:18 -04:00
= render 'form', application: @application