summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-05-31 21:09:29 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2017-05-31 21:09:29 -0500
commit7feda1a354274c4672a95f965b59de3c40118ccb (patch)
treeab4259a0ced70ffce217564cc00da5175fb4976b
parentaf6e4ae900896931503073e2f74dd497ccf6a60d (diff)
downloadgitlab-ce-7feda1a354274c4672a95f965b59de3c40118ccb.tar.gz
Use webpack_bundle_tag instead of deprecated page_specific_javascript_bundle_tag
-rw-r--r--app/views/dashboard/groups/index.html.haml4
1 files changed, 2 insertions, 2 deletions
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'