summaryrefslogtreecommitdiff
path: root/app/views/dashboard/groups/index.html.haml
blob: 73ab2c95ff98b0f545ef202dac420f6b23c92fb1 (plain)
1
2
3
4
5
6
7
8
- page_title "Groups"
- header_title  "Groups", dashboard_groups_path
= render 'dashboard/groups_head'

- if @group_members.empty?
  = render 'empty_state'
- else
  = render 'groups'