renames _investment to _investment_show

This commit is contained in:
kikito
2016-12-02 19:32:56 +01:00
parent 3508c6d59c
commit 6aab9f5253
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<% provide :title do %><%= investment.title %><% end %>
<%= render partial: '/budgets/investments/investment', locals: { investment: @investment, investment_votes: @investment_votes } %>
<%= render partial: '/budgets/investments/investment_show', locals: { investment: @investment, investment_votes: @investment_votes } %>
<%= render partial: '/comments/comment_tree', locals: { comment_tree: @comment_tree, comment_flags: @comment_flags } %>

View File

@@ -2,4 +2,4 @@
<%= render '/shared/print' %>
<%= render partial: '/budgets/investments/investment', locals: { investment: @investment, investment_votes: @investment_votes } %>
<%= render partial: '/budgets/investments/investment_show', locals: { investment: @investment, investment_votes: @investment_votes } %>