Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_repository_size_limit_setting_registration_features_cta.html.haml « application_settings « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8daa5aa8c736cfdc3131816eb92ad32e6eaeb757 (plain)
1
2
3
4
5
6
7
8
- return unless registration_features_can_be_prompted?

.form-group
  = form.label :disabled_repository_size_limit, class: 'label-bold' do
    = _('Size limit per repository (MB)')
  = form.number_field :disabled_repository_size_limit, value: '', class: 'form-control gl-form-input', disabled: true
  %span.form-text.text-muted
    = render 'shared/registration_features_discovery_message'