diff options
Diffstat (limited to 'app/views/admin/services/edit.html.haml')
-rw-r--r-- | app/views/admin/services/edit.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/admin/services/edit.html.haml b/app/views/admin/services/edit.html.haml index 79f5ab0d77d..00ed5464a44 100644 --- a/app/views/admin/services/edit.html.haml +++ b/app/views/admin/services/edit.html.haml @@ -2,6 +2,4 @@ - breadcrumb_title @service.title - page_title @service.title, "Service Templates" -= render 'deprecated_message' if @service.deprecation_message - = render 'form' |