summaryrefslogtreecommitdiff
path: root/app/views/projects/usage_quotas/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/usage_quotas/index.html.haml')
-rw-r--r--app/views/projects/usage_quotas/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/usage_quotas/index.html.haml b/app/views/projects/usage_quotas/index.html.haml
index 6c7cccfb9b1..de1135cf928 100644
--- a/app/views/projects/usage_quotas/index.html.haml
+++ b/app/views/projects/usage_quotas/index.html.haml
@@ -16,4 +16,4 @@
= s_('UsageQuota|Storage')
.tab-content
.tab-pane#storage-quota-tab
- #js-project-storage-count-app{ data: @storage_app_data }
+ #js-project-storage-count-app{ data: { project_path: @project.full_path } }