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.

5 lines
269 B
Text
Raw Normal View History

2018-11-20 20:47:30 +05:30
#js-groups-subgroups_and_projects-tree
2020-04-22 19:07:51 +05:30
%section{ data: { hide_projects: 'false', group_id: group.id, path: group_path(group) } }
2022-07-23 23:45:48 +05:30
.js-groups-list-holder{ data: subgroups_and_projects_list_app_data(group) }
2022-06-21 17:19:12 +05:30
= gl_loading_icon(size: 'md', css_class: 'gl-mt-6')