summaryrefslogtreecommitdiff
path: root/app/views/projects/packages/packages/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/packages/packages/index.html.haml')
-rw-r--r--app/views/projects/packages/packages/index.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/projects/packages/packages/index.html.haml b/app/views/projects/packages/packages/index.html.haml
index 0d5350ab62b..c67b06218e2 100644
--- a/app/views/projects/packages/packages/index.html.haml
+++ b/app/views/projects/packages/packages/index.html.haml
@@ -3,4 +3,8 @@
.row
.col-12
- #js-vue-packages-list{ data: packages_list_data('projects', @project) }
+ #js-vue-packages-list{ data: { resource_id: @project.id,
+ full_path: @project.full_path,
+ endpoint: project_packages_path(@project),
+ page_type: 'projects',
+ empty_list_illustration: image_path('illustrations/no-packages.svg'), } }