debian-mirror-gitlab/app/views/explore/groups/_groups.html.haml

5 lines
419 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
.js-groups-list-holder
2018-03-17 18:26:18 +05:30
#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' } }
2019-05-30 16:15:17 +05:30
.loading-container.text-center
= icon('spinner spin 2x', class: 'loading-animation prepend-top-20')