Commit 7feda1a3 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Use webpack_bundle_tag instead of deprecated page_specific_javascript_bundle_tag

parent af6e4ae9
......@@ -2,8 +2,8 @@
- header_title "Groups", dashboard_groups_path
= render 'dashboard/groups_head'
= page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('groups')
= webpack_bundle_tag 'common_vue'
= webpack_bundle_tag 'groups'
- if @groups.empty?
= render 'empty_state'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment