diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-29 21:10:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-29 21:10:03 +0000 |
commit | 1785d4e4aa1834e39c6d46527076d0f9054e329f (patch) | |
tree | 577894a97f873f6ce57181badc29a4814f5ef193 /app/views/explore | |
parent | 71dc16a12c2b0aaeee3a8fa55aa1ca880f5699b4 (diff) | |
download | gitlab-ce-1785d4e4aa1834e39c6d46527076d0f9054e329f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/explore')
-rw-r--r-- | app/views/explore/groups/_groups.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/groups/_groups.html.haml b/app/views/explore/groups/_groups.html.haml index a3249275d5e..0358fc524d3 100644 --- a/app/views/explore/groups/_groups.html.haml +++ b/app/views/explore/groups/_groups.html.haml @@ -1,4 +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.prepend-top-20 - .spinner.spinner-md + .gl-spinner.gl-spinner-md |