Commit e7a041ae authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'patch-36' into 'master'

Fix 404 for usage question mark link

See merge request gitlab-org/gitlab!19340
parents d5886f65 c28d6161
......@@ -20,5 +20,5 @@
= render "namespaces/pipelines_quota/list",
locals: { namespace: @group, projects: @projects }
.tab-pane#storage-quota-tab
#js-storage-counter-app{ data: { namespace_path: @group.full_path, help_page_path: help_page_path('user/group', anchor: 'storage-usage-quota-starter')} }
#js-storage-counter-app{ data: { namespace_path: @group.full_path, help_page_path: help_page_path('user/group/index.md', anchor: 'storage-usage-quota-starter')} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment