diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-12 10:30:42 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-12 10:30:42 +0100 |
commit | 6acb708db7e1b5054f764ba8cef4c89566ee4c53 (patch) | |
tree | c5e6bb6e6b36076f043a5b05d36135bc2e279294 /app/views/admin | |
parent | 43cc8bd4583f7239657565675b8e5e48a2f3fd59 (diff) | |
download | gitlab-ce-6acb708db7e1b5054f764ba8cef4c89566ee4c53.tar.gz |
fixed admin breadcrumb titles
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/applications/edit.html.haml | 1 | ||||
-rw-r--r-- | app/views/admin/applications/new.html.haml | 2 | ||||
-rw-r--r-- | app/views/admin/services/edit.html.haml | 1 |
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' |