Skip to content
Snippets Groups Projects
Commit 2ae0c916 authored by Diana Zubova's avatar Diana Zubova :speech_balloon:
Browse files

Migrate subscription group form errors

parent b45f9020
No related branches found
No related tags found
1 merge request!89861Migrate subscription group form errors
......@@ -13,7 +13,7 @@
= form_for [:subscriptions, @group], html: { class: 'gl-show-field-errors card w-100 gl-p-5' } do |f|
= hidden_field_tag :new_user, params[:new_user]
= form_errors(@group)
= form_errors(@group, pajamas_alert: true)
.row
.form-group.group-name-holder.col-sm-12
= f.label :name, class: 'label-bold' do
......
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