diff --git a/app/views/budgets/investments/_investment_show.html.erb b/app/views/budgets/investments/_investment_show.html.erb index bf9a5b727..0b0db9fa8 100644 --- a/app/views/budgets/investments/_investment_show.html.erb +++ b/app/views/budgets/investments/_investment_show.html.erb @@ -146,15 +146,15 @@ <%= t("budgets.investments.show.project_not_selected_html") %> <% end %> - <% end %> - <% if investment.should_show_price? %> - -

<%= t("budgets.investments.show.price") %>

-
-

- <%= investment.formatted_price %> -

-
+ <% if investment.should_show_price? %> + +

<%= t("budgets.investments.show.price") %>

+
+

+ <%= investment.formatted_price %> +

+
+ <% end %> <% end %> <%= render partial: 'shared/social_share', locals: { share_title: t("budgets.investments.show.share"),