diff options
author | Phil Hughes <me@iamphill.com> | 2018-01-23 10:02:43 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-01-23 10:02:43 +0000 |
commit | bba9e7275cd50825d8c1fe44dc9fff6fa448b7f2 (patch) | |
tree | 55abfc58b35d6809d57af1ec440a90127eb0b055 /app/views/groups | |
parent | d2564dbcab5b716e3c327c5697204815c61795c0 (diff) | |
download | gitlab-ce-bba9e7275cd50825d8c1fe44dc9fff6fa448b7f2.tar.gz |
Added dispatcher imports for groups webpack bundle
Diffstat (limited to 'app/views/groups')
-rw-r--r-- | app/views/groups/_children.html.haml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/groups/_children.html.haml b/app/views/groups/_children.html.haml index 3afb6b2f849..742b40784d3 100644 --- a/app/views/groups/_children.html.haml +++ b/app/views/groups/_children.html.haml @@ -1,5 +1,4 @@ -= webpack_bundle_tag 'common_vue' -= webpack_bundle_tag 'groups' - .js-groups-list-holder #js-groups-tree{ data: { hide_projects: 'false', group_id: group.id, endpoint: group_children_path(group, format: :json), path: group_path(group), 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') |