Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-12 11:35:53 +0300
committerPhil Hughes <me@iamphill.com>2017-07-12 11:35:53 +0300
commit43cc8bd4583f7239657565675b8e5e48a2f3fd59 (patch)
treea507839cd423c6c352fb400bfdcadd530164a182 /app/views/projects/environments
parent13cc761a09a88138294300cdcc26a6db28f3d67d (diff)
fixed some inconsistencies
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/new.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/environments/new.html.haml b/app/views/projects/environments/new.html.haml
index 24638c77cbb..88f43a1e7e4 100644
--- a/app/views/projects/environments/new.html.haml
+++ b/app/views/projects/environments/new.html.haml
@@ -1,4 +1,5 @@
- @no_container = true
+- breadcrumb_title "Environments"
- page_title 'New Environment'
= render "projects/pipelines/head"