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

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

.row
  .form-group.col-md-9
    = form.label :disabled_repository_size_limit, class: 'label-bold' do
      = _('Repository size limit (MB)')
    = form.number_field :disabled_repository_size_limit, value: '', class: 'form-control', disabled: true
    %span.form-text.text-muted
      = render 'shared/registration_features_discovery_message'