2017-06-30 12:52:11 -04:00
|
|
|
- @hide_top_links = true
|
2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Groups"
|
2015-09-03 15:53:55 -04:00
|
|
|
- header_title "Groups", dashboard_groups_path
|
2015-08-20 05:59:14 -04:00
|
|
|
= render 'dashboard/groups_head'
|
|
|
|
|
2017-05-31 22:09:29 -04:00
|
|
|
= webpack_bundle_tag 'common_vue'
|
|
|
|
= webpack_bundle_tag 'groups'
|
2017-05-04 20:29:56 -04:00
|
|
|
|
2017-05-04 16:45:02 -04:00
|
|
|
- if @groups.empty?
|
2016-09-28 06:41:09 -04:00
|
|
|
= render 'empty_state'
|
|
|
|
- else
|
2017-03-01 08:31:56 -05:00
|
|
|
= render 'groups'
|