Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_nav.html.haml « projects « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab56527923853c8c7a4d09f8476f9c9b2bc1e85c (plain)
1
2
3
4
5
6
7
8
.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 starred'), starred_explore_projects_path
    = gl_tab_link_to _('Trending'), trending_explore_projects_path

  .nav-controls
    = render 'shared/projects/search_form'