summaryrefslogtreecommitdiff
path: root/app/views/projects/services
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-06 10:58:24 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-09-06 10:58:24 +0000
commitddb3692a2218e97dfcc256e21a0fccc97c5d9a56 (patch)
treeaabb5e0b0d6f37ee068a8804ccef46b994d4afba /app/views/projects/services
parentf497f170697c838747bb7cdaca2d1939f843a00c (diff)
downloadgitlab-ce-ddb3692a2218e97dfcc256e21a0fccc97c5d9a56.tar.gz
Clean up new navigation templates
Diffstat (limited to 'app/views/projects/services')
-rw-r--r--app/views/projects/services/edit.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/projects/services/edit.html.haml b/app/views/projects/services/edit.html.haml
index 8056217bb1e..3e2a24a4c32 100644
--- a/app/views/projects/services/edit.html.haml
+++ b/app/views/projects/services/edit.html.haml
@@ -1,8 +1,6 @@
- breadcrumb_title "Integrations"
- page_title @service.title, "Services"
-
-- if show_new_nav?
- - add_to_breadcrumbs("Settings", edit_project_path(@project))
+- add_to_breadcrumbs("Settings", edit_project_path(@project))
= render "projects/settings/head"
= render 'form'