2017-09-10 17:25:29 +05:30
|
|
|
- @hide_top_links = true
|
2015-09-11 14:41:01 +05:30
|
|
|
- page_title "Groups"
|
2015-09-25 12:07:36 +05:30
|
|
|
- header_title "Groups", dashboard_groups_path
|
|
|
|
= render 'dashboard/groups_head'
|
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
= webpack_bundle_tag 'common_vue'
|
|
|
|
= webpack_bundle_tag 'groups'
|
|
|
|
|
|
|
|
- if @groups.empty?
|
2016-11-03 12:29:30 +05:30
|
|
|
= render 'empty_state'
|
|
|
|
- else
|
2017-08-17 22:00:37 +05:30
|
|
|
= render 'groups'
|