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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
245 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
.top-area
2021-12-11 22:18:48 +05:30
= gl_tabs_nav({ class: 'gl-display-flex gl-flex-grow-1 gl-border-none'}) do
= gl_tab_link_to _("Explore Groups"), explore_groups_path
2017-08-17 22:00:37 +05:30
.nav-controls
= render 'shared/groups/search_form'
= render 'shared/groups/dropdown'