Carto: display carto only when needed
This commit is contained in:
parent
c4f6604d98
commit
d943874144
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
- if champs.any?
|
||||
= render partial: "champs", locals: { champs: champs }
|
||||
|
||||
- if @dossier.procedure.module_api_carto.present?
|
||||
- if @dossier.procedure.use_api_carto
|
||||
= render partial: "map", locals: { dossier: @dossier }
|
||||
|
||||
- if @dossier.procedure.cerfa_flag? || @dossier.types_de_piece_justificative.any?
|
||||
|
|
Loading…
Add table
Reference in a new issue