summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_head.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-22 17:30:52 -0500
committerMike Greiling <mike@pixelcog.com>2017-03-22 17:30:52 -0500
commit25d779a321e1859e89c00a27e1f025c6f77ea2e4 (patch)
tree75245b3c320aa7e8fc950ed030e0ecb9c9a1977b /app/views/projects/pipelines/_head.html.haml
parent3f8dbf300d8111044ca621609af6c5e5d89aede1 (diff)
downloadgitlab-ce-25d779a321e1859e89c00a27e1f025c6f77ea2e4.tar.gz
remove jobs page hack to make subnav 100% width
Diffstat (limited to 'app/views/projects/pipelines/_head.html.haml')
-rw-r--r--app/views/projects/pipelines/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_head.html.haml b/app/views/projects/pipelines/_head.html.haml
index a5acb7ac4a5..b02fef638ff 100644
--- a/app/views/projects/pipelines/_head.html.haml
+++ b/app/views/projects/pipelines/_head.html.haml
@@ -1,7 +1,7 @@
= content_for :sub_nav do
.scrolling-tabs-container.sub-nav-scroll
= render 'shared/nav_scroll'
- .nav-links.sub-nav.scrolling-tabs{ class: ('build' if local_assigns.fetch(:build_subnav, false)) }
+ .nav-links.sub-nav.scrolling-tabs
%ul{ class: (container_class) }
- if project_nav_tab? :pipelines
= nav_link(path: 'pipelines#index', controller: :pipelines) do