gitlab-org--gitlab-foss/app/views/explore/groups/_groups.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
365 B
Text
Raw Normal View History

2017-03-02 06:05:48 -05:00
.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' } }
= gl_loading_icon(size: 'md', css_class: 'gl-mt-6')