Fixes erroneous link in view
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<% if can? :show, @ballot %>
|
<% if can? :show, @ballot %>
|
||||||
<%= link_to t("budget.investments.header.check_ballot"),
|
<%= link_to t("budget.investments.header.check_ballot"),
|
||||||
budget_ballot_path(@budget, @ballot),
|
budget_ballot_path(@budget),
|
||||||
class: "button float-right" %>
|
class: "button float-right" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user