debian-mirror-gitlab/app/views/groups/packages/index.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
562 B
Text
Raw Normal View History

2020-11-24 15:15:51 +05:30
- page_title _("Package Registry")
2020-10-24 23:57:45 +05:30
.row
.col-12
2022-01-26 12:08:38 +05:30
#js-vue-packages-list{ data: { resource_id: @group.id,
full_path: @group.full_path,
endpoint: group_packages_path(@group),
page_type: 'groups',
2022-03-02 08:16:31 +05:30
empty_list_illustration: image_path('illustrations/no-packages.svg'),
npm_instance_url: package_registry_instance_url(:npm),
project_list_url: '',
2023-06-20 00:43:36 +05:30
settings_path: show_group_package_registry_settings(@group) ? group_settings_packages_and_registries_path(@group) : '',
2022-03-02 08:16:31 +05:30
group_list_url: group_packages_path(@group) } }