demarches-normaliennes/app/views/admin
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
..
instructeurs views: explicitely marks form_with as non-remote forms 2020-08-05 13:02:56 +02:00
mail_templates Changed the routes to pass all new design admin pages under 2020-07-07 14:08:01 +00:00
procedures remplacement de demarches-simplifiees.fr par un paramètre dans les vues 2020-07-23 16:16:36 +02:00
_closed_mail_template_attestation_inconsistency_alert.html.haml Procédure → Démarche 2018-09-05 15:46:24 +02:00