12 lines
266 B
Text
12 lines
266 B
Text
- @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'
|