Fixes erroneous i18n param in view

This commit is contained in:
kikito
2016-12-23 18:37:02 +01:00
parent de1ade0eb8
commit bbb8ac830c

View File

@@ -47,7 +47,7 @@
<h4> <h4>
<%= t("budgets.ballots.show.remaining", <%= t("budgets.ballots.show.remaining",
amount_city: @ballot.formatted_amount_available(@ballot.heading_for_group(group))).html_safe %> amount: @ballot.formatted_amount_available(@ballot.heading_for_group(group))).html_safe %>
</h4> </h4>
</div> </div>
<% end %> <% end %>