summaryrefslogtreecommitdiff
path: root/app/views/layouts/explore.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-25 22:05:23 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-25 22:05:23 +0300
commit974b5a7b2f31f8e7d6b38a45bfd055a40651c945 (patch)
tree425fdc30fce0c7595001909ccff03d1f7ca341d8 /app/views/layouts/explore.html.haml
parent76af5a1db73155c0a120f30cda9d60155146dfe1 (diff)
downloadgitlab-ce-974b5a7b2f31f8e7d6b38a45bfd055a40651c945.tar.gz
Most starred projects page for Explore area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/explore.html.haml')
-rw-r--r--app/views/layouts/explore.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/explore.html.haml b/app/views/layouts/explore.html.haml
index 73b4940e3d3..d023846c5eb 100644
--- a/app/views/layouts/explore.html.haml
+++ b/app/views/layouts/explore.html.haml
@@ -20,6 +20,8 @@
%ul.nav.nav-tabs
= nav_link(path: 'projects#trending') do
= link_to 'Trending Projects', explore_root_path
+ = nav_link(path: 'projects#starred') do
+ = link_to 'Most Starred Projects', starred_explore_projects_path
= nav_link(path: 'projects#index') do
= link_to 'All Projects', explore_projects_path
= nav_link(controller: :groups) do