polish budgets investment show back link

This commit is contained in:
decabeza
2017-05-29 18:01:22 +02:00
parent 9f11e49d79
commit 0622ad1f24
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -282,7 +282,7 @@ feature 'Budget Investments' do
investment = create(:budget_investment, heading: heading)
visit budget_investment_path(budget, investment)
expect(page).to have_link "Go back", href: budget_investments_path(budget, heading_id: heading.id)
expect(page).to have_link "Go back", href: budget_investments_path(budget, heading_id: investment.heading)
end
context "Show (feasible budget investment)" do