Commit a9239491 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'ee/app/views/projects/security/policies/show.html.haml' into 'master'

Fix HAML in projects/security/policies/show.html.haml

See merge request gitlab-org/gitlab!58574
parents 24e6ba7f 3c05f45b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
%h2.gl-mb-8 %h2.gl-mb-8
= s_("SecurityOrchestration|Create a policy") = s_("SecurityOrchestration|Create a policy")
= form_with url:assign_project_security_policy_url(@project), as: :policy_project, html: { class: 'gl-w-half' } do |field| = form_with url: assign_project_security_policy_url(@project), as: :policy_project, html: { class: 'gl-w-half' } do |field|
%h4 %h4
= s_('SecurityOrchestration|Security policy project') = s_('SecurityOrchestration|Security policy project')
%p %p
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment