debian-mirror-gitlab/app/views/shared/_storage_counter_statistics.html.haml

5 lines
136 B
Plaintext
Raw Normal View History

2019-09-30 21:07:59 +05:30
%span.light= _('Storage:')
%strong= storage_counter(storage_size)
- if storage_details
(#{storage_counters_details(storage_details)})