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

8 lines
246 B
Plaintext
Raw Normal View History

2017-08-17 14:53:50 +00:00
- add_to_breadcrumbs "Service Templates", admin_application_settings_services_path
- breadcrumb_title @service.title
2015-04-30 17:06:18 +00:00
- page_title @service.title, "Service Templates"
= render 'deprecated_message' if @service.deprecation_message
2015-02-12 01:34:41 +00:00
= render 'form'