summaryrefslogtreecommitdiff
path: root/app/views/explore
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-23 10:02:43 +0000
committerPhil Hughes <me@iamphill.com>2018-01-23 10:02:43 +0000
commitbba9e7275cd50825d8c1fe44dc9fff6fa448b7f2 (patch)
tree55abfc58b35d6809d57af1ec440a90127eb0b055 /app/views/explore
parentd2564dbcab5b716e3c327c5697204815c61795c0 (diff)
downloadgitlab-ce-bba9e7275cd50825d8c1fe44dc9fff6fa448b7f2.tar.gz
Added dispatcher imports for groups webpack bundle
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/groups/_groups.html.haml2
-rw-r--r--app/views/explore/groups/index.html.haml3
2 files changed, 2 insertions, 3 deletions
diff --git a/app/views/explore/groups/_groups.html.haml b/app/views/explore/groups/_groups.html.haml
index 91149498248..ff57b39e947 100644
--- a/app/views/explore/groups/_groups.html.haml
+++ b/app/views/explore/groups/_groups.html.haml
@@ -1,2 +1,4 @@
.js-groups-list-holder
#js-groups-tree{ data: { hide_projects: 'true', endpoint: explore_groups_path(format: :json), path: explore_groups_path, form_sel: 'form#group-filter-form', filter_sel: '.js-groups-list-filter', holder_sel: '.js-groups-list-holder', dropdown_sel: '.js-group-filter-dropdown-wrap' } }
+ .loading-container.text-center
+ = icon('spinner spin 2x', class: 'loading-animation prepend-top-20')
diff --git a/app/views/explore/groups/index.html.haml b/app/views/explore/groups/index.html.haml
index 86abdf547cc..efa8b2706da 100644
--- a/app/views/explore/groups/index.html.haml
+++ b/app/views/explore/groups/index.html.haml
@@ -2,9 +2,6 @@
- page_title "Groups"
- header_title "Groups", dashboard_groups_path
-= webpack_bundle_tag 'common_vue'
-= webpack_bundle_tag 'groups'
-
- if current_user
= render 'dashboard/groups_head'
- else