summaryrefslogtreecommitdiff
path: root/app/views/projects/branches
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-19 22:34:20 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-19 22:34:20 -0500
commitc281fc670a8d1507abf20e830a290a04135f7ea4 (patch)
treecc881dc8d1140efd3ac81a0ebc55176c033ba7dd /app/views/projects/branches
parent55e4fff733f2eb9c53e6506fbf0421f32426bce2 (diff)
downloadgitlab-ce-c281fc670a8d1507abf20e830a290a04135f7ea4.tar.gz
Add .nav.nav-tabs to nav-links
Diffstat (limited to 'app/views/projects/branches')
-rw-r--r--app/views/projects/branches/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/index.html.haml b/app/views/projects/branches/index.html.haml
index dc9758c2436..d6568c9f64a 100644
--- a/app/views/projects/branches/index.html.haml
+++ b/app/views/projects/branches/index.html.haml
@@ -3,7 +3,7 @@
%div{ class: container_class }
.top-area.adjust
- %ul.nav-links.issues-state-filters
+ %ul.nav-links.issues-state-filters.nav.nav-tabs
%li{ class: active_when(@mode == 'overview') }>
= link_to s_('Branches|Overview'), project_branches_path(@project), title: s_('Branches|Show overview of the branches')