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.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/projects/packages/packages/index.html.haml b/app/views/projects/packages/packages/index.html.haml
index c67b06218e2..4ab16f25dd2 100644
--- a/app/views/projects/packages/packages/index.html.haml
+++ b/app/views/projects/packages/packages/index.html.haml
@@ -7,4 +7,7 @@
full_path: @project.full_path,
endpoint: project_packages_path(@project),
page_type: 'projects',
- empty_list_illustration: image_path('illustrations/no-packages.svg'), } }
+ empty_list_illustration: image_path('illustrations/no-packages.svg'),
+ npm_instance_url: package_registry_instance_url(:npm),
+ project_list_url: project_packages_path(@project),
+ group_list_url: '' } }