We're going to make a change, and it's easier if we've already got a component with tests so we don't have to write system tests to check whether the map is rendered.
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
<div class="map inline">
|
|
<h2><%= t("budgets.index.map") %></h2>
|
|
<%= render_map(nil, "budgets", false, nil, coordinates) %>
|
|
</div>
|