summaryrefslogtreecommitdiff
path: root/app/views/explore
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/explore
parent55e4fff733f2eb9c53e6506fbf0421f32426bce2 (diff)
downloadgitlab-ce-c281fc670a8d1507abf20e830a290a04135f7ea4.tar.gz
Add .nav.nav-tabs to nav-links
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/groups/_nav.html.haml2
-rw-r--r--app/views/explore/projects/_nav.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/explore/groups/_nav.html.haml b/app/views/explore/groups/_nav.html.haml
index c8d95b52156..ab4787c6d05 100644
--- a/app/views/explore/groups/_nav.html.haml
+++ b/app/views/explore/groups/_nav.html.haml
@@ -1,5 +1,5 @@
.top-area
- %ul.nav-links
+ %ul.nav-links.nav.nav-tabs
= nav_link(page: explore_groups_path) do
= link_to explore_groups_path do
Explore Groups
diff --git a/app/views/explore/projects/_nav.html.haml b/app/views/explore/projects/_nav.html.haml
index e0a2a1e9c96..558cd26f1e0 100644
--- a/app/views/explore/projects/_nav.html.haml
+++ b/app/views/explore/projects/_nav.html.haml
@@ -1,5 +1,5 @@
.top-area
- %ul.nav-links
+ %ul.nav-links.nav.nav-tabs
= nav_link(page: [trending_explore_projects_path, explore_root_path]) do
= link_to trending_explore_projects_path do
Trending