summaryrefslogtreecommitdiff
path: root/app/views/shared/_storage_counter_statistics.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_storage_counter_statistics.html.haml')
-rw-r--r--app/views/shared/_storage_counter_statistics.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/shared/_storage_counter_statistics.html.haml b/app/views/shared/_storage_counter_statistics.html.haml
new file mode 100644
index 00000000000..99b2323ca82
--- /dev/null
+++ b/app/views/shared/_storage_counter_statistics.html.haml
@@ -0,0 +1,4 @@
+%span.light= _('Storage:')
+%strong= storage_counter(storage_size)
+- if storage_details
+ (#{storage_counters_details(storage_details)})