demarches-normaliennes/app/views/shared/dossiers/editable_champs/_carte.html.haml
2022-04-28 12:20:41 +02:00

4 lines
287 B
Text

= react_component("MapEditor", { featureCollection: champ.to_feature_collection, url: champs_carte_features_path(champ), options: champ.render_options }, class: "carte-#{champ.id}")
.geo-areas
= render partial: 'shared/champs/carte/geo_areas', locals: { champ: champ, editing: true }