summaryrefslogtreecommitdiff
path: root/app/views/explore/groups/index.html.haml
blob: 7f1bacc91cb9ad2f711739f078b651d469706e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- page_title    "Groups"
- header_title  "Groups", dashboard_groups_path

- if current_user
  = render 'dashboard/groups_head'
- else
  = render 'explore/head'


- if @groups.present?
  = render 'groups'
- else
  .nothing-here-block No public groups

= paginate @groups, theme: "gitlab"