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

_groups_head.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2737dede0e998a95d490664fa6e470bab8938f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.page-title-holder.d-flex.align-items-center
  %h1.page-title.gl-font-size-h-display= _('Groups')

  .page-title-controls.gl-display-flex.gl-align-items-center.gl-gap-5
    = link_to _("Explore groups"), explore_groups_path
    - if current_user.can_create_group?
      = render Pajamas::ButtonComponent.new(href: new_group_path, variant: :confirm, button_options: { data: { testid: "new-group-button" } }) do
        = _("New group")

.top-area.gl-py-3.gl-justify-content-end.gl-border-bottom-0
  .nav-controls
    = render 'shared/groups/search_form'
    = render 'shared/groups/dropdown'