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

index.html.haml « packages « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d0f24bf08cf49a9b5896916a161a8462a107586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- page_title _("Package Registry")

.row
  .col-12
    #js-vue-packages-list{ data: { resource_id: @group.id,
      full_path: @group.full_path,
      endpoint: group_packages_path(@group),
      page_type: 'groups',
      empty_list_illustration: image_path('illustrations/no-packages.svg'),
      npm_instance_url: package_registry_instance_url(:npm),
      project_list_url: '',
      settings_path: show_group_package_registry_settings(@group) ? group_settings_packages_and_registries_path(@group) : '',
      can_delete_packages: can_delete_group_packages?(@group).to_s,
      group_list_url: group_packages_path(@group) } }