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

- if @groups.empty?
  = render 'shared/groups/empty_state'
- else
  = render 'shared/groups/groups_tree', groups_endpoint: dashboard_groups_path(format: :json), groups_path: dashboard_groups_path