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

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

8 lines
327 B
Text
Raw Normal View History

2018-11-20 20:47:30 +05:30
#js-groups-shared-tree
.empty-state.text-center.hidden
%p= _("There are no projects shared with this group yet")
%ul.content-list{ data: { hide_projects: 'false', group_id: group.id, path: group_path(group) } }
2022-08-13 15:12:31 +05:30
.js-groups-list-holder{ data: { current_group_visibility: group.visibility } }
2022-05-07 20:08:51 +05:30
= gl_loading_icon