Commit 277f7464 authored by Peter Hegman's avatar Peter Hegman

Merge branch...

Merge branch '344348-make-badges-in-app-views-admin-users-_access_levels-html-haml-pajamas-compliant' into 'master'

Make badges in app/views/admin/users/_access_levels.html.haml Pajamas-compliant

See merge request gitlab-org/gitlab!76973
parents 155c5649 63feb703
...@@ -43,9 +43,8 @@ ...@@ -43,9 +43,8 @@
= s_('AdminUsers|External') = s_('AdminUsers|External')
%p.light.gl-pl-2 %p.light.gl-pl-2
= s_('AdminUsers|External users cannot see internal or private projects unless access is explicitly granted. Also, external users cannot create projects, groups, or personal snippets.') = s_('AdminUsers|External users cannot see internal or private projects unless access is explicitly granted. Also, external users cannot create projects, groups, or personal snippets.')
%row.hidden#warning_external_automatically_set.hidden %row.hidden#warning_external_automatically_set
.badge.badge-warning.text-white = gl_badge_tag s_('AdminUsers|Automatically marked as default internal user'), variant: :warning
= s_('AdminUsers|Automatically marked as default internal user')
.form-group.row .form-group.row
- @user.credit_card_validation || @user.build_credit_card_validation - @user.credit_card_validation || @user.build_credit_card_validation
......
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