gitlab-org--gitlab-foss/app/views/dashboard/groups/index.html.haml

9 lines
183 B
Plaintext

- page_title "Groups"
- header_title "Groups", dashboard_groups_path
= render 'dashboard/groups_head'
- if @group_members.empty?
= render 'empty_state'
- else
= render 'groups'