summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_head.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-13 14:30:40 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-13 14:30:40 -0500
commita9dd1beea414e4160fe7b25539c1a3fbd6606d10 (patch)
treeddf8f0b833d1ad4e24a064338d26d76b5ac2c591 /app/views/projects/pipelines/_head.html.haml
parent6aefd3c3213277d80e0680809b45643ef19df4d0 (diff)
downloadgitlab-ce-a9dd1beea414e4160fe7b25539c1a3fbd6606d10.tar.gz
Remove div between ul and lilist-items
Diffstat (limited to 'app/views/projects/pipelines/_head.html.haml')
-rw-r--r--app/views/projects/pipelines/_head.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/pipelines/_head.html.haml b/app/views/projects/pipelines/_head.html.haml
index d0ba0d27d7c..fcaf8c0b013 100644
--- a/app/views/projects/pipelines/_head.html.haml
+++ b/app/views/projects/pipelines/_head.html.haml
@@ -1,5 +1,5 @@
-%ul.nav-links.sub-nav
- %div{ class: (container_class) }
+.nav-links.sub-nav
+ %ul{ class: (container_class) }
- if project_nav_tab? :pipelines
= nav_link(controller: :pipelines) do
= link_to project_pipelines_path(@project), title: 'Pipelines', class: 'shortcuts-pipelines' do