adds heading_id on investment show back link

This commit is contained in:
decabeza
2017-05-29 12:13:24 +02:00
parent 7f703cdcb1
commit 9607346e57

View File

@@ -2,7 +2,7 @@
<div class="row">
<div class="small-12 medium-9 column">
<%= back_link_to budget_investments_path(investment.budget) %>
<%= back_link_to budget_investments_path(heading_id: investment.heading.id) %>
<h1><%= investment.title %></h1>