5 lines
204 B
Text
5 lines
204 B
Text
<%= render_to_element("#{@selector} + .geo-areas",
|
|
partial: 'shared/champs/carte/geo_areas',
|
|
locals: { champ: @champ, error: @error }) %>
|
|
|
|
DS.drawMapData("<%= @selector %>", <%= geo_data(@champ) %>);
|