debian-mirror-gitlab/app/views/groups/_subgroups_and_projects.html.haml
2018-11-20 20:47:30 +05:30

9 lines
344 B
Text

#js-groups-subgroups_and_projects-tree
.empty-state.hidden
= render "shared/groups/empty_state"
%ul.content-list{ data: { hide_projects: 'false', group_id: group.id, path: group_path(group) } }
.js-groups-list-holder
.loading-container.text-center
= icon('spinner spin 2x', class: 'loading-animation prepend-top-20')