Fixes typo

This commit is contained in:
kikito
2016-12-05 11:13:57 +01:00
parent dee409cfc8
commit c64c88da43
2 changed files with 1 additions and 2 deletions

View File

@@ -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">

View File

@@ -1,4 +1,4 @@
<% provide :title do %><%= investment.title %><% end %> <% provide :title do %><%= @investment.title %><% end %>
<%= render '/shared/print' %> <%= render '/shared/print' %>