demarches-normaliennes/app/components/editable_champ/carte_component/carte_component.html.haml

7 lines
232 B
Text
Raw Normal View History

.fr-fieldset__element
2024-05-06 18:10:30 +02:00
%react-fragment.width-100
= render ReactComponent.new "MapEditor", **react_props
2022-08-12 10:45:04 +02:00
.geo-areas{ id: dom_id(@champ, :geo_areas) }
= render Dossiers::GeoAreasComponent.new(champ: @champ, editing: true)