2019-07-31 22:56:46 +05:30
|
|
|
.page-title-holder.d-flex.align-items-center
|
2018-12-13 13:39:08 +05:30
|
|
|
%h1.page-title= _('Groups')
|
|
|
|
|
|
|
|
- if current_user.can_create_group?
|
|
|
|
.page-title-controls
|
2021-04-17 20:07:23 +05:30
|
|
|
= link_to _("New group"), new_group_path, class: "gl-button btn btn-confirm", data: { testid: "new-group-button" }
|
2018-12-13 13:39:08 +05:30
|
|
|
|
2016-04-02 18:10:28 +05:30
|
|
|
.top-area
|
2021-11-18 22:05:49 +05:30
|
|
|
= gl_tabs_nav({ class: 'gl-flex-grow-1 gl-border-0' }) do
|
|
|
|
= gl_tab_link_to _("Your groups"), dashboard_groups_path
|
|
|
|
= gl_tab_link_to _("Explore public groups"), explore_groups_path
|
2018-03-17 18:26:18 +05:30
|
|
|
.nav-controls
|
2017-08-17 22:00:37 +05:30
|
|
|
= render 'shared/groups/search_form'
|
|
|
|
= render 'shared/groups/dropdown'
|