13 lines
499 B
Text
13 lines
499 B
Text
- page_title _("Package Registry")
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
|
|
|
.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: '',
|
|
group_list_url: group_packages_path(@group) } }
|