AyuntamientoMadrid/participacion

View on GitHub
app/components/budgets/map_component.html.erb

Summary

Maintainability
Test Coverage
<div class="budgets-map">
  <h2><%= t("budgets.index.map") %></h2>
  <%= render_map(nil, investments_coordinates: coordinates, geozones_data: geozones_data) %>
</div>