fixes parenthesis

This commit is contained in:
kikito
2016-12-22 20:26:39 +01:00
parent 54bd5aeeb1
commit 7acedb30f6

View File

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