Skip to content
Snippets Groups Projects
Commit 115b85f4 authored by Scott de Jonge's avatar Scott de Jonge
Browse files

Use gap for SAML alert button spacing

parent ba57770a
No related branches found
No related tags found
1 merge request!164443Use gap for SAML alert button spacing
......@@ -5,7 +5,7 @@
- c.with_body do
= s_('GroupSAML|Some items may be hidden because your SAML session has expired. Select the group’s path to reauthenticate and view any hidden items.')
- c.with_actions do
.gl-flex.gl-flex-wrap
.gl-flex.gl-flex-wrap.gl-gap-3
- groups_requiring_saml_reauth.each do |group|
= render Pajamas::ButtonComponent.new(href: sso_group_saml_providers_path(group, { token: group.saml_discovery_token, redirect: url_for(safe_params) }), button_options: { class: "gl-mr-3 gl-mb-3" }) do
= render Pajamas::ButtonComponent.new(href: sso_group_saml_providers_path(group, { token: group.saml_discovery_token, redirect: url_for(safe_params) })) do
= group.path
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment