summaryrefslogtreecommitdiff
path: root/app/views/commits/_head.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/commits/_head.html.haml')
-rw-r--r--app/views/commits/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/commits/_head.html.haml b/app/views/commits/_head.html.haml
index 6951c3a283c..c9f12aacf19 100644
--- a/app/views/commits/_head.html.haml
+++ b/app/views/commits/_head.html.haml
@@ -1,4 +1,4 @@
-%ul.tabs
+%ul.nav.nav-tabs
%li
= form_tag switch_project_refs_path(@project), :method => :get, :class => "project-refs-form" do
= select_tag "ref", grouped_options_refs, :onchange => "$(this.form).trigger('submit');", :class => "project-refs-select"