Fixes erroneous link in view

This commit is contained in:
kikito
2016-12-23 18:36:42 +01:00
parent 0cb0775872
commit de1ade0eb8

View File

@@ -11,7 +11,7 @@
<% if can? :show, @ballot %>
<%= link_to t("budget.investments.header.check_ballot"),
budget_ballot_path(@budget, @ballot),
budget_ballot_path(@budget),
class: "button float-right" %>
<% end %>
</div>