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:
Diffstat (limited to 'app/views/dashboard/groups/index.html.haml')
-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'