2018-12-05 23:21:45 +05:30
|
|
|
- breadcrumb_title _("Repository")
|
|
|
|
- page_title _("Repository")
|
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
|
|
|
|
|
|
|
%section.settings.as-mirror.no-animate#js-mirror-settings{ class: ('expanded' if expanded_by_default?) }
|
|
|
|
.settings-header
|
|
|
|
%h4
|
|
|
|
= _('Repository mirror')
|
|
|
|
%button.btn.js-settings-toggle{ type: 'button' }
|
|
|
|
= expanded_by_default? ? 'Collapse' : 'Expand'
|
|
|
|
%p
|
|
|
|
= _('Configure push mirrors.')
|
|
|
|
.settings-content
|
|
|
|
= render partial: 'repository_mirrors_form'
|
|
|
|
|
|
|
|
%section.settings.qa-repository-storage-settings.as-repository-storage.no-animate#js-repository-storage-settings{ class: ('expanded' if expanded_by_default?) }
|
|
|
|
.settings-header
|
|
|
|
%h4
|
|
|
|
= _('Repository storage')
|
|
|
|
%button.btn.btn-default.js-settings-toggle{ type: 'button' }
|
|
|
|
= expanded_by_default? ? _('Collapse') : _('Expand')
|
|
|
|
%p
|
2018-12-13 13:39:08 +05:30
|
|
|
= _('Configure storage path settings.')
|
2018-12-05 23:21:45 +05:30
|
|
|
.settings-content
|
|
|
|
= render 'repository_storage'
|
|
|
|
|
|
|
|
%section.settings.as-repository-check.no-animate#js-repository-check-settings{ class: ('expanded' if expanded_by_default?) }
|
|
|
|
.settings-header
|
|
|
|
%h4
|
|
|
|
= _('Repository maintenance')
|
|
|
|
%button.btn.btn-default.js-settings-toggle{ type: 'button' }
|
|
|
|
= expanded_by_default? ? _('Collapse') : _('Expand')
|
|
|
|
%p
|
|
|
|
= _('Configure automatic git checks and housekeeping on repositories.')
|
|
|
|
.settings-content
|
|
|
|
= render 'repository_check'
|