Files
nairobi/app/components/budgets/map_component.html.erb
Javi Martín e00aa807b9 Make remove marker label parameter optional
We were passing `nil` in some calls, which was confusing.

Since now we've got two optional parameters, we're using named
parameters.
2023-05-04 15:27:15 +02:00

5 lines
147 B
Plaintext

<div class="map inline">
<h2><%= t("budgets.index.map") %></h2>
<%= render_map(nil, "budgets", investments_coordinates: coordinates) %>
</div>