Files
grecia/app/components/budgets/investments/map_component.html.erb
Javi Martín a9029be93d Include heading geozone in investments sidebar map
Note that, in this case, we aren't binding a popup to the polygon
because the link would point to the same page we're already in.
2023-05-31 16:56:15 +02:00

4 lines
146 B
Plaintext

<div class="budget-investments-map">
<%= render_map(map_location, investments_coordinates: coordinates, geozones_data: geozones_data) %>
</div>