demarches-normaliennes/app/views/prefill_descriptions/update.turbo_stream.haml
Sébastien Carceles 0a10a08c21
feat(demarche): describe procedure prefilling (#8187)
* feat(demarche): description

Show the description of an opendata procedure (published or draft),
with help about how to prefill a dossier for this procedure.

Co-authored-by: Damien Le Thiec <damien.lethiec@gmail.com>
2022-12-19 11:32:09 +00:00

5 lines
282 B
Text

= turbo_stream.replace "#{dom_id(@prefill_description)}_types_de_champs" do
= render "types_de_champs", prefill_description: @prefill_description
= turbo_stream.replace "#{dom_id(@prefill_description)}_url" do
= render "prefill_link", prefill_description: @prefill_description