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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_classification_policy_settings.html.haml')
-rw-r--r--app/views/projects/_classification_policy_settings.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/projects/_classification_policy_settings.html.haml b/app/views/projects/_classification_policy_settings.html.haml
deleted file mode 100644
index 57c7a718d53..00000000000
--- a/app/views/projects/_classification_policy_settings.html.haml
+++ /dev/null
@@ -1,8 +0,0 @@
-- if ::Gitlab::ExternalAuthorization.enabled?
- .form-group
- = f.label :external_authorization_classification_label, class: 'label-bold' do
- = s_('ExternalAuthorizationService|Classification Label')
- %span.light (optional)
- = f.text_field :external_authorization_classification_label, class: "form-control"
- %span.form-text.text-muted
- = external_classification_label_help_message