summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_head.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/issues/_head.html.haml')
-rw-r--r--app/views/projects/issues/_head.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/issues/_head.html.haml b/app/views/projects/issues/_head.html.haml
index 166dae248b6..403adb7426b 100644
--- a/app/views/projects/issues/_head.html.haml
+++ b/app/views/projects/issues/_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?(:issues) && !current_controller?(:merge_requests)
= nav_link(controller: :issues) do
= link_to url_for_project_issues(@project, only_path: true), title: 'Issues' do