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

= webpack_bundle_tag 'common_vue'
= webpack_bundle_tag 'groups'

- if params[:filter].blank? && @groups.empty?
  = render 'shared/groups/empty_state'
- else
  = render 'groups'