Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_storage_counter_statistics.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99b2323ca8275eec0c9817bd1c99419eeda89c20 (plain)
1
2
3
4
%span.light= _('Storage:')
%strong= storage_counter(storage_size)
- if storage_details
  (#{storage_counters_details(storage_details)})