debian-mirror-gitlab/app/views/explore/projects/_nav.html.haml

18 lines
579 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
.top-area
2018-11-08 19:23:39 +05:30
%ul.nav-links.nav.nav-tabs
2020-03-13 15:44:24 +05:30
= nav_link(page: [explore_projects_path, explore_root_path]) do
= link_to explore_projects_path do
= _('All')
2017-08-17 22:00:37 +05:30
= nav_link(page: starred_explore_projects_path) do
= link_to starred_explore_projects_path do
2018-11-18 11:00:15 +05:30
= _('Most stars')
2020-03-13 15:44:24 +05:30
= nav_link(page: trending_explore_projects_path) do
= link_to trending_explore_projects_path do
= _('Trending')
2017-08-17 22:00:37 +05:30
.nav-controls
- unless current_user
= render 'shared/projects/search_form'
= render 'shared/projects/dropdown'
= render 'filter'