diff --git a/app/views/budgets/investments/_investment.html.erb b/app/views/budgets/investments/_investment.html.erb new file mode 100644 index 000000000..e21b6dc00 --- /dev/null +++ b/app/views/budgets/investments/_investment.html.erb @@ -0,0 +1,70 @@ +
+ + <%= l investment.created_at.to_date %> + + <% if investment.author.hidden? || investment.author.erased? %> + • + + <% else %> + • + + <% if investment.author.official? %> + • + + <% end %> + <% end %> + + • + <%= heading_name(investment.heading) %> +
+<%= link_to investment.description, namespaced_budget_investment_path(investment) %>
+ +