blob: bb2cd0d44c836679f67350db67fc40cf2ef9f0c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- 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
|