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: ef6410ad439063c59e2c7a140a40d182a359c60f (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
      = gl_loading_icon