Fixes errors in header view

This commit is contained in:
kikito
2016-12-23 15:37:55 +01:00
parent a589d8a76d
commit 615217e36e

View File

@@ -34,8 +34,8 @@
<% else %>
<br>
<p class="callout warning inline-block">
<%= t("budget.investments.header.different_heading_active") %>
<%= link_to @ballot.heading.name, budget_investments_path(budget_id: budget.id, heading_id: @ballot.heading_id) %>
<%= t("budget.investments.header.different_heading_assigned") %>
<%= link_to @heading.name, budget_investments_path(budget_id: @budget.id, heading_id: @heading.id) %>
</p>
<% end %>
</div>