summaryrefslogtreecommitdiff
path: root/app/views/groups/_shared_projects.html.haml
blob: 4eb8367f63317d6b0e00821c05033fc2da9902ea (plain)
1
2
3
4
5
6
7
8
#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
      .loading-container.text-center
        = icon('spinner spin 2x', class: 'loading-animation prepend-top-20')