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

7 lines
252 B
Plaintext
Raw Normal View History

- add_to_breadcrumbs _("Service Templates"), admin_application_settings_services_path
- page_title @service.title, _("Service Templates")
2017-08-17 14:53:50 +00:00
- breadcrumb_title @service.title
- @content_class = 'limit-container-width' unless fluid_layout
2015-02-12 01:34:41 +00:00
= render 'form'