demarches-normaliennes/app/views/champs/carte/show.js.erb

6 lines
204 B
Text
Raw Normal View History

2018-10-17 12:02:34 +02:00
<%= render_to_element("#{@selector} + .geo-areas",
partial: 'shared/champs/carte/geo_areas',
locals: { champ: @champ, error: @error }) %>
DS.drawMapData("<%= @selector %>", <%= geo_data(@champ) %>);