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:
authorMike Greiling <mike@pixelcog.com>2017-03-23 01:30:52 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-23 01:30:52 +0300
commit25d779a321e1859e89c00a27e1f025c6f77ea2e4 (patch)
tree75245b3c320aa7e8fc950ed030e0ecb9c9a1977b /app/views/projects/builds
parent3f8dbf300d8111044ca621609af6c5e5d89aede1 (diff)
remove jobs page hack to make subnav 100% width
Diffstat (limited to 'app/views/projects/builds')
-rw-r--r--app/views/projects/builds/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/show.html.haml b/app/views/projects/builds/show.html.haml
index 307010edb58..d5fe771613c 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -1,6 +1,6 @@
- @no_container = true
- page_title "#{@build.name} (##{@build.id})", "Jobs"
-= render "projects/pipelines/head", build_subnav: true
+= render "projects/pipelines/head"
%div{ class: container_class }
.build-page