Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-06-01 05:09:29 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-06-01 05:09:29 +0300
commit7feda1a354274c4672a95f965b59de3c40118ccb (patch)
treeab4259a0ced70ffce217564cc00da5175fb4976b /app/views/dashboard/groups
parentaf6e4ae900896931503073e2f74dd497ccf6a60d (diff)
Use webpack_bundle_tag instead of deprecated page_specific_javascript_bundle_tag
Diffstat (limited to 'app/views/dashboard/groups')
-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'