diff options
author | Dennis Tang <dtang@gitlab.com> | 2019-03-26 00:02:20 +0000 |
---|---|---|
committer | Dennis Tang <dtang@gitlab.com> | 2019-03-26 00:13:57 +0000 |
commit | 6cf4b2d51802c1b197a84d1f66343ad483fc8aea (patch) | |
tree | 7db5fb651c18ee15097be6cd10a82dbb5f76ff8b /app/views/explore | |
parent | 4e045cd5aa0faf6f6279e8d477a15c9072f679b6 (diff) | |
download | gitlab-ce-6cf4b2d51802c1b197a84d1f66343ad483fc8aea.tar.gz |
Update spinners in group list component
Diffstat (limited to 'app/views/explore')
-rw-r--r-- | app/views/explore/groups/_groups.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/explore/groups/_groups.html.haml b/app/views/explore/groups/_groups.html.haml index ff57b39e947..a3249275d5e 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 - = icon('spinner spin 2x', class: 'loading-animation prepend-top-20') + .loading-container.text-center.prepend-top-20 + .spinner.spinner-md |