diff --git a/app/views/budgets/investments/_investment_show.html.erb b/app/views/budgets/investments/_investment_show.html.erb index ab3d14c1d..f81dd43b8 100644 --- a/app/views/budgets/investments/_investment_show.html.erb +++ b/app/views/budgets/investments/_investment_show.html.erb @@ -31,6 +31,14 @@ <%= t("budgets.investments.show.code_html", code: investment.id) %>

+ <%= safe_html_with_links investment.description.html_safe %> + + <% if feature?(:map) && map_location_available?(@investment.map_location) %> +
+ <%= render_map(@investment.map_location, "budget_investment", false, nil) %> +
+ <% end %> + <% if investment.location.present? %>

<%= t("budgets.investments.show.location_html", location: investment.location) %> @@ -45,14 +53,6 @@ <%= render 'shared/tags', taggable: investment %> - <%= safe_html_with_links investment.description.html_safe %> - - <% if feature?(:map) && map_location_available?(@investment.map_location) %> -

- <%= render_map(@investment.map_location, "budget_investment", false, nil) %> -
- <% end %> - <% if investment.external_url.present? %>