Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « services « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d13b5a34dac9678a26e00c079b1e2f9fa19e4fd9 (plain)
1
2
3
4
5
6
- add_to_breadcrumbs _("Service Templates"), admin_application_settings_services_path
- page_title @service.title, _("Service Templates")
- breadcrumb_title @service.title
- @content_class = 'limit-container-width' unless fluid_layout

= render 'form'