diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-14 15:08:43 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-14 15:08:43 +0000 |
commit | 9b8269e5708ba1c38610189f84cf7224b640c0ed (patch) | |
tree | 70916a0afcfd90ed5425a80bab7f6bedca13d622 /app/views/admin/users | |
parent | 7a124e225ea58c2a432dd29f82ba682963886383 (diff) | |
download | gitlab-ce-9b8269e5708ba1c38610189f84cf7224b640c0ed.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/admin/users')
-rw-r--r-- | app/views/admin/users/_users.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/_users.html.haml b/app/views/admin/users/_users.html.haml index a7ed7b8c052..2dbafb517be 100644 --- a/app/views/admin/users/_users.html.haml +++ b/app/views/admin/users/_users.html.haml @@ -1,6 +1,6 @@ - if registration_features_can_be_prompted? = render Pajamas::AlertComponent.new(variant: :tip, - alert_class: 'gl-my-5', + alert_options: { class: 'gl-my-5' }, dismissible: false) do |c| = c.body do = render 'shared/registration_features_discovery_message', feature_title: s_('RegistrationFeatures|send emails to users') |