Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_shared_projects.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6063d160fab6fde9d7e9f6a9d8cabd5d393be5fc (plain)
1
2
3
4
5
6
7
#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{ data: { current_group_visibility: group.visibility } }
      = gl_loading_icon