Skip to content
Snippets Groups Projects
Commit 7feda1a3 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Use webpack_bundle_tag instead of deprecated page_specific_javascript_bundle_tag

parent af6e4ae9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment