admin.repository-settings
@if (!hideLoadingBar && isLoading$ | async) { } @if (hideLoadingBar || (isLoading$ | async) === false) {
}
admin.repository-url @if (repositorySettingsForm.get('repositoryUri').hasError('required')) { admin.repository-url-required } admin.default-branch
{{ 'admin.repository-read-only' | translate }} {{ 'admin.show-merge-commits' | translate }}
admin.authentication-settings admin.auth-method @for ( method of repositoryAuthMethods; track method) { {{repositoryAuthMethodTranslations.get(method) | translate}} }
common.username @if (showChangePassword) { {{ 'admin.change-password-access-token' | translate }} } @if (changePassword || !showChangePassword) { admin.password-access-token }
@if (showChangePrivateKeyPassword) { {{ 'admin.change-passphrase' | translate }} } @if (changePrivateKeyPassword || !showChangePrivateKeyPassword) { admin.passphrase }