summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_head.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commits/_head.html.haml')
-rw-r--r--app/views/projects/commits/_head.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/commits/_head.html.haml b/app/views/projects/commits/_head.html.haml
index a72e8ba73ad..c8aa849c217 100644
--- a/app/views/projects/commits/_head.html.haml
+++ b/app/views/projects/commits/_head.html.haml
@@ -1,6 +1,6 @@
.scrolling-tabs-container
- %ul.nav-links.sub-nav.scrolling-tabs
- %div{ class: (container_class) }
+ .nav-links.sub-nav.scrolling-tabs
+ %ul{ class: (container_class) }
.fade-left
= nav_link(controller: %w(tree blob blame edit_tree new_tree find_file)) do
= link_to project_files_path(@project) do