summaryrefslogtreecommitdiff
path: root/app/views/admin/services/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/services/edit.html.haml')
-rw-r--r--app/views/admin/services/edit.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/admin/services/edit.html.haml b/app/views/admin/services/edit.html.haml
index 00ed5464a44..d13b5a34dac 100644
--- a/app/views/admin/services/edit.html.haml
+++ b/app/views/admin/services/edit.html.haml
@@ -1,5 +1,6 @@
-- add_to_breadcrumbs "Service Templates", admin_application_settings_services_path
+- add_to_breadcrumbs _("Service Templates"), admin_application_settings_services_path
+- page_title @service.title, _("Service Templates")
- breadcrumb_title @service.title
-- page_title @service.title, "Service Templates"
+- @content_class = 'limit-container-width' unless fluid_layout
= render 'form'