<%= link_to :back, class: "back" do %> <%= t("shared.back") %> <% end %>

<%= investment.title %>

<%= render '/shared/author_info', resource: investment %>  •  <%= l investment.created_at.to_date %>  •  <%= heading_name(investment.heading) %>

<%= t("budget.investments.show.code") %> <%= investment.id %>

<%= safe_html_with_links investment.description.html_safe %> <% if investment.external_url.present? %> <% end %> <% if investment.unfeasible? && investment.unfeasibility_explanation.present? %>

<%= t('budget.investments.show.unfeasibility_explanation') %>

<%= investment.unfeasibility_explanation %>

<% end %> <% if investment.feasible? && investment.price_explanation.present? %>

<%= t('budget.investments.show.price_explanation') %>

<%= investment.price_explanation %>

<% end %>
<% if investment.should_show_aside? %> <% end %>