renames _investment to _investment_show
This commit is contained in:
@@ -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 } %>
|
||||
|
||||
@@ -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 } %>
|
||||
|
||||
Reference in New Issue
Block a user