Skip to content
Snippets Groups Projects
Commit 5ccb5a0e authored by Igor Drozdov's avatar Igor Drozdov :two:
Browse files

Merge branch...

Merge branch '364966-migrate-form_errors-in-app-views-groups-settings-_permissions-html-haml-to-pajamas-2' into 'master'

Migrate `form_errors` in group settings to Pajamas alert

See merge request !90894
parents 5b73b8a9 e7b20efc
No related branches found
No related tags found
1 merge request!90894Migrate `form_errors` in group settings to Pajamas alert
Pipeline #572482443 failed
Pipeline: GitLab

#572485377

    = gitlab_ui_form_for @group, html: { multipart: true, class: 'gl-show-field-errors js-general-permissions-form' }, authenticity_token: true do |f|
    %input{ type: 'hidden', name: 'update_section', value: 'js-permissions-settings' }
    = form_errors(@group)
    = form_errors(@group, pajamas_alert: true)
    %fieldset
    %h5= _('Permissions')
    ......
    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