gitlab-org--gitlab-foss/app/views/explore/groups/index.html.haml
2017-03-16 08:54:36 +00:00

13 lines
266 B
Text

- page_title "Groups"
- header_title "Groups", dashboard_groups_path
- if current_user
= render 'dashboard/groups_head'
- else
= render 'explore/head'
= render 'nav'
- if @groups.present?
= render 'groups'
- else
.nothing-here-block No public groups