summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-12 10:30:42 +0100
committerPhil Hughes <me@iamphill.com>2017-07-12 10:30:42 +0100
commit6acb708db7e1b5054f764ba8cef4c89566ee4c53 (patch)
treec5e6bb6e6b36076f043a5b05d36135bc2e279294
parent43cc8bd4583f7239657565675b8e5e48a2f3fd59 (diff)
downloadgitlab-ce-6acb708db7e1b5054f764ba8cef4c89566ee4c53.tar.gz
fixed admin breadcrumb titles
-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'