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.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/services/edit.html.haml b/app/views/admin/services/edit.html.haml
index 512176649e6..79f5ab0d77d 100644
--- a/app/views/admin/services/edit.html.haml
+++ b/app/views/admin/services/edit.html.haml
@@ -1,4 +1,7 @@
- add_to_breadcrumbs "Service Templates", admin_application_settings_services_path
- breadcrumb_title @service.title
- page_title @service.title, "Service Templates"
+
+= render 'deprecated_message' if @service.deprecation_message
+
= render 'form'