Skip to content
Snippets Groups Projects
Commit 93b0e129 authored by Illya Klymov's avatar Illya Klymov :rocket:
Browse files

Merge branch...

Merge branch '364963-migrate-form_errors-in-app-views-admin-applications-_form-html-haml-to-pajamas-alertcomponent' into 'master'

Migrate `form_errors` in new application to Pajamas alert

See merge request !90900
parents 83ca97c8 30f1d312
No related branches found
No related tags found
1 merge request!90900Migrate `form_errors` in new application to Pajamas alert
Pipeline #574335147 passed with warnings
= gitlab_ui_form_for [:admin, @application], url: @url, html: {role: 'form'} do |f|
= form_errors(application)
= form_errors(application, pajamas_alert: true)
= content_tag :div, class: 'form-group row' do
.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