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-05-05 04:49:07 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-05-05 04:49:07 +0300
commitd67ab685350005b83a12988845b7fb87c613b472 (patch)
treec396164baf4dc695280e846a9ac6744527bff6ba /app/views/dashboard
parent1dc2b4693e4a58c94e556ae219ae6200044f95dc (diff)
Set Groups Vue app for Dashboard page
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/groups/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/dashboard/groups/index.html.haml b/app/views/dashboard/groups/index.html.haml
index bf1013c685b..af9f9b1b363 100644
--- a/app/views/dashboard/groups/index.html.haml
+++ b/app/views/dashboard/groups/index.html.haml
@@ -2,6 +2,7 @@
- header_title "Groups", dashboard_groups_path
= render 'dashboard/groups_head'
+= page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('groups')
- if @groups.empty?