gitlab-org--gitlab-foss/app/views/shared/_storage_counter_statistics.html.haml
Nick Kipling 476f095548 Implemented frontend suggestions
Converted storage details into a small partial
Reworded the storage details summary as suggested
Updated pot file
2019-07-09 13:43:53 +00:00

4 lines
136 B
Text

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