Commit 3c05f45b authored by Takuya Noguchi's avatar Takuya Noguchi

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

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 89daf3d6
......@@ -2,7 +2,7 @@
%h2.gl-mb-8
= 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
= s_('SecurityOrchestration|Security policy project')
%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