gitlab-org--gitlab-foss/app/views/projects/_classification_policy_settings.html.haml
Luke Bennett b7f7638310
Improve project settings page
Prioritize and simplify project settings content.
2019-04-11 18:21:14 +01:00

6 lines
356 B
Text

- 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