summaryrefslogtreecommitdiff
path: root/app/views/dashboard/groups/index.html.haml
blob: 1cea81827330dd0cc687abf434583b66e80a0948 (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 @groups.empty?
  = render 'empty_state'
- else
  = render 'groups'