Fixes typo
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<section class="budget-investment-show" id="<%= dom_id(investment) %>">
|
<section class="budget-investment-show" id="<%= dom_id(investment) %>">
|
||||||
|
|
||||||
<ul class="breadcrumbs">
|
<ul class="breadcrumbs">
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<% provide :title do %><%= investment.title %><% end %>
|
<% provide :title do %><%= @investment.title %><% end %>
|
||||||
|
|
||||||
<%= render '/shared/print' %>
|
<%= render '/shared/print' %>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user