2018-09-07 02:09:13 -04:00
|
|
|
#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) } }
|
|
|
|
.js-groups-list-holder
|
2019-03-25 20:02:20 -04:00
|
|
|
.loading-container.text-center.prepend-top-20
|
|
|
|
.spinner.spinner-md
|