summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/_nav.html.haml
blob: 9d7a6f1ccfbe25dab8c2dcce46afdecdf321f714 (plain)
1
2
3
4
5
6
7
8
9
10
11
.top-area
  = gl_tabs_nav({ class: 'gl-display-flex gl-flex-grow-1 gl-border-none'}) do
    = gl_tab_link_to _('All'), explore_projects_path, { item_active: current_page?(explore_projects_path) || current_page?(explore_root_path) }
    = gl_tab_link_to _('Most stars'), starred_explore_projects_path
    = gl_tab_link_to _('Trending'), trending_explore_projects_path

  .nav-controls
    - unless current_user
      = render 'shared/projects/search_form'
      = render 'shared/projects/dropdown'
    = render 'filter'