diff --git a/app/views/mailer/budget_investment_unselected.html.erb b/app/views/mailer/budget_investment_unselected.html.erb index 7ffb25ef9..8d796381a 100644 --- a/app/views/mailer/budget_investment_unselected.html.erb +++ b/app/views/mailer/budget_investment_unselected.html.erb @@ -9,22 +9,14 @@ title: @investment.title) %>
-- <%= @investment.unfeasibility_explanation %> -
-- <%= t("mailers.budget_investment_unselected.new_html", - url: link_to(t("mailers.budget_investment_unselected.new_href"), + <%= t("mailers.budget_investment_unselected.participate", + url: link_to(t("mailers.budget_investment_unselected.participate_url"), new_budget_investment_url(@investment.budget), style: "color: #2895F1; text-decoration: underline;")) %>
- <%= t("mailers.budget_investment_unselected.reconsider_html", code: @investment.code) %> -
- -- <%= t("mailers.budget_investment_unselected.sorry") %> + <%= t("mailers.budget_investment_unselected.thanks") %>