0a10a08c21
* 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>
5 lines
282 B
Text
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
|