Files
grecia/app/views/management/budgets/investments/show.html.erb

9 lines
229 B
Plaintext

<% provide :title do %><%= @investment.title %><% end %>
<%= render '/shared/print' %>
<%= render partial: '/budgets/investments/investment_show', locals: {
investment: @investment,
investment_votes: @investment_votes
} %>