Skip to content
Snippets Groups Projects
Commit b5f47a61 authored by Dheeraj Joshi's avatar Dheeraj Joshi :ferris_wheel:
Browse files

Migrate error alert in user identity form

This migrates the form errors to be compliant with pajamas design system.

Changelog: changed
parent 62aa2748
No related branches found
No related tags found
1 merge request!91848Migrate `form_errors` in app/views/admin/identities/_form.html.haml to
= form_for [:admin, @user, @identity], html: { class: 'fieldset-form' } do |f|
= form_errors(@identity)
= form_errors(@identity, pajamas_alert: true)
.form-group.row
.col-sm-2.col-form-label
......
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