mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
<p class="information-section">
|
|
<%= helpers.op_icon('icon-info1') %>
|
|
<%= t(:label_projects_disk_usage_information,
|
|
count: Project.count,
|
|
used_disk_space: number_to_human_size(Project.total_projects_size, precision: 2)) %>
|
|
</p>
|