diff --git a/app/views/mailer/budget_investment_created.html.erb b/app/views/mailer/budget_investment_created.html.erb index 59af63dd1..85052bedd 100644 --- a/app/views/mailer/budget_investment_created.html.erb +++ b/app/views/mailer/budget_investment_created.html.erb @@ -1,42 +1,43 @@
- <%= t("mailers.budget_investment_created.intro_html", - author: @investment.author.name).html_safe %> -
++ <%= t("mailers.budget_investment_created.intro_html", + author: @investment.author.name).html_safe %> +
-- <%= t("mailers.budget_investment_created.text_html", - investment: @investment.title, - budget: @investment.budget.name).html_safe %> -
++ <%= t("mailers.budget_investment_created.text_html", + investment: @investment.title, + budget: @investment.budget.name).html_safe %> +
-- <%= t("mailers.budget_investment_created.follow_html", - link: link_to(t("mailers.budget_investment_created.follow_link"), budgets_url)).html_safe %> -
++ <%= t("mailers.budget_investment_created.follow_html", + link: link_to(t("mailers.budget_investment_created.follow_link"), budgets_url)).html_safe %> +
-| - <%= link_to budget_investment_url(@investment.budget, @investment, anchor: "social-share"), style: "font-family: 'Open Sans','Helvetica Neue',arial,sans-serif; background: #f7f5f2; border-radius: 6px; color: #3d3d66!important; font-weight: bold; margin: 0px; padding: 10px 15px; text-align: center; text-decoration: none; min-width: 160px; display: inline-block;" do %> - <%= image_tag('icon_mailer_share.png', style: "border: 0; display: inline-block; width: 100%; max-width: 16px", alt: "") %> - <%= t('mailers.budget_investment_created.share') %> - <% end %> - | -
| + <%= link_to budget_investment_url(@investment.budget, @investment, anchor: "social-share"), style: "font-family: 'Open Sans','Helvetica Neue',arial,sans-serif; background: #f7f5f2; border-radius: 6px; color: #3d3d66!important; font-weight: bold; margin: 0px; padding: 10px 15px; text-align: center; text-decoration: none; min-width: 160px; display: inline-block;" do %> + <%= image_tag('icon_mailer_share.png', style: "border: 0; display: inline-block; width: 100%; max-width: 16px", alt: "") %> + <%= t('mailers.budget_investment_created.share') %> + <% end %> + | +
- <%= t("mailers.budget_investment_created.sincerely") %>
-
-
- <%= t("mailers.budget_investment_created.signatory") %>
-
-
+ <%= t("mailers.budget_investment_created.sincerely") %>
+
+
+ <%= t("mailers.budget_investment_created.signatory") %>
+
+