summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/admin/applications/edit.html.haml1
-rw-r--r--app/views/admin/applications/new.html.haml2
-rw-r--r--app/views/admin/services/edit.html.haml1
3 files changed, 1 insertions, 3 deletions
diff --git a/app/views/admin/applications/edit.html.haml b/app/views/admin/applications/edit.html.haml
index 1d28d1c6c56..13b583e6072 100644
--- a/app/views/admin/applications/edit.html.haml
+++ b/app/views/admin/applications/edit.html.haml
@@ -1,5 +1,4 @@
- page_title "Edit", @application.name, "Applications"
-- breadcrumb_title "Applications"
%h3.page-title Edit application
- @url = admin_application_path(@application)
diff --git a/app/views/admin/applications/new.html.haml b/app/views/admin/applications/new.html.haml
index af0cc639670..346c58877d9 100644
--- a/app/views/admin/applications/new.html.haml
+++ b/app/views/admin/applications/new.html.haml
@@ -1,5 +1,5 @@
-- page_title "New Application"
- breadcrumb_title "Applications"
+- page_title "New Application"
%h3.page-title New application
- @url = admin_applications_path
diff --git a/app/views/admin/services/edit.html.haml b/app/views/admin/services/edit.html.haml
index 30a759f9913..53d970e33c1 100644
--- a/app/views/admin/services/edit.html.haml
+++ b/app/views/admin/services/edit.html.haml
@@ -1,3 +1,2 @@
-- breadcrumb_title "Service Templates"
- page_title @service.title, "Service Templates"
= render 'form'