From 7feda1a354274c4672a95f965b59de3c40118ccb Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Wed, 31 May 2017 21:09:29 -0500 Subject: Use webpack_bundle_tag instead of deprecated page_specific_javascript_bundle_tag --- app/views/dashboard/groups/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/dashboard/groups') diff --git a/app/views/dashboard/groups/index.html.haml b/app/views/dashboard/groups/index.html.haml index af9f9b1b363..f9b45a539a1 100644 --- a/app/views/dashboard/groups/index.html.haml +++ b/app/views/dashboard/groups/index.html.haml @@ -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' -- cgit v1.2.3