gitlab-org--gitlab-foss/app/views/shared/_storage_counter_statistics...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
136 B
Plaintext
Raw Normal View History

%span.light= _('Storage:')
%strong= storage_counter(storage_size)
- if storage_details
(#{storage_counters_details(storage_details)})