demarches-normaliennes/app/views/new_administrateur/procedures
Pierre de La Morinerie 7708dbbc71 views: explicitely marks form_with as non-remote forms
Starting from Rails 5.1, `form_with` behavior is to generate remote
forms by default.

However with Turbolinks disabled, the form gets sent, but nothing is set
up to handle the server response (like replacing the content of the
page).

So we have two choices: either enable a global config option that makes
`form_with` generate non-remote forms, or do it explicitely on each
form. I chose the explicit way, so that developers expecting the usual
remote behavior of `form_with` are not surprised.
2020-08-05 13:02:56 +02:00
..
_informations.html.haml creation of attachment_upload_helpers and integration in the code 2020-07-29 12:26:27 +02:00
_monavis.html.haml remplacement de demarches-simplifiees.fr par un paramètre dans les vues 2020-07-23 16:16:36 +02:00
_procedures_list.html.haml Fixe la non possibilité de cloner une démarche pour une procédure archivée (nouvelle interface administrateur) 2020-07-30 12:00:43 +02:00
annotations.html.haml Use new editor 2019-04-03 14:38:57 +02:00
apercu.html.haml Changed the routes to pass all new design admin pages under 2020-07-07 14:08:01 +00:00
champs.html.haml Use new editor 2019-04-03 14:38:57 +02:00
edit.html.haml Merge branch 'dev' into new_design_edit_attestation 2020-07-30 09:53:09 +02:00
index.html.haml Fixe la non possibilité de cloner une démarche pour une procédure archivée (nouvelle interface administrateur) 2020-07-30 12:00:43 +02:00
jeton.html.haml views: explicitely marks form_with as non-remote forms 2020-08-05 13:02:56 +02:00
monavis.html.haml Revert "Revert "Feat/5287 - New design for admin procedure detail"" 2020-07-15 17:00:03 +02:00
new.html.haml Merge branch 'dev' into new_design_edit_attestation 2020-07-30 09:53:09 +02:00
show.html.haml fix attestation template boolean on procedure detail page (new admin interface) 2020-08-04 10:56:48 +02:00