summaryrefslogtreecommitdiff
path: root/app/views/groups/packages/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/packages/index.html.haml')
-rw-r--r--app/views/groups/packages/index.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/groups/packages/index.html.haml b/app/views/groups/packages/index.html.haml
index d56a806f082..1c0627779ec 100644
--- a/app/views/groups/packages/index.html.haml
+++ b/app/views/groups/packages/index.html.haml
@@ -7,4 +7,7 @@
full_path: @group.full_path,
endpoint: group_packages_path(@group),
page_type: 'groups',
- 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: '',
+ group_list_url: group_packages_path(@group) } }