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: 9119026320a7c67ea332766a2d56c4ff443f7d92 (plain)
1
2
3
4
5
6
7
8
9
10
.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 'filter'