mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
9 lines
263 B
Plaintext
9 lines
263 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>
|