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

_nav.html.haml « groups « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c9c4e9f76bfef18b0fa607cd7527f44c8e610f7 (plain)
1
2
3
4
5
6
.top-area
  = gl_tabs_nav({ class: 'gl-display-flex gl-flex-grow-1 gl-border-none'}) do
    = gl_tab_link_to _("Explore Groups"), explore_groups_path
  .nav-controls
    = render 'shared/groups/search_form'
    = render 'shared/groups/dropdown'