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

_classification_policy_settings.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a766ab024ff53e6c46b748bcc2d11bc13e0a43c (plain)
1
2
3
4
5
6
- if ::Gitlab::ExternalAuthorization.enabled?
  .form-group.col-md-9
    = f.label :external_authorization_classification_label, _('Classification Label (optional)'), class: 'label-bold'
    = f.text_field :external_authorization_classification_label, class: "form-control"
    %span.form-text.text-muted
      = external_classification_label_help_message