2021-11-11 11:23:49 +05:30
|
|
|
- page_title s_("UsageQuota|Usage")
|
|
|
|
|
|
|
|
%h3.page-title
|
|
|
|
= s_('UsageQuota|Usage Quotas')
|
|
|
|
|
|
|
|
.row
|
|
|
|
.col-sm-12
|
|
|
|
= s_('UsageQuota|Usage of project resources across the %{strong_start}%{project_name}%{strong_end} project').html_safe % { strong_start: '<strong>'.html_safe, strong_end: '</strong>'.html_safe, project_name: @project.name } + '.'
|
2021-11-18 22:05:49 +05:30
|
|
|
%a{ href: help_page_path('user/usage_quotas.md'), target: '_blank', rel: 'noopener noreferrer' }
|
2021-11-11 11:23:49 +05:30
|
|
|
= s_('UsageQuota|Learn more about usage quotas') + '.'
|
|
|
|
|
2022-04-04 11:22:00 +05:30
|
|
|
= gl_tabs_nav do
|
|
|
|
= gl_tab_link_to '#storage-quota-tab', item_active: true do
|
|
|
|
= s_('UsageQuota|Storage')
|
|
|
|
|
2021-11-11 11:23:49 +05:30
|
|
|
.tab-content
|
2022-04-04 11:22:00 +05:30
|
|
|
.tab-pane.active#storage-quota-tab
|
2022-01-26 12:08:38 +05:30
|
|
|
#js-project-storage-count-app{ data: { project_path: @project.full_path } }
|