debian-mirror-gitlab/app/views/groups/_subgroups_and_projects.html.haml

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

8 lines
319 B
Text
Raw Normal View History

2018-11-20 20:47:30 +05:30
#js-groups-subgroups_and_projects-tree
.empty-state.hidden
= render "shared/groups/empty_state"
2020-04-22 19:07:51 +05:30
%section{ data: { hide_projects: 'false', group_id: group.id, path: group_path(group) } }
2021-02-22 17:27:13 +05:30
.js-groups-list-holder{ data: { show_schema_markup: 'true'} }
2022-06-21 17:19:12 +05:30
= gl_loading_icon(size: 'md', css_class: 'gl-mt-6')