fixes i18n

This commit is contained in:
decabeza
2017-05-12 19:12:19 +02:00
parent e8be4508fd
commit 962dd097b7
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
</p>
<p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif;font-size: 14px;font-weight: normal;line-height: 24px;">
<%= t("mailers.budget_investment_selected.share" %>
<%= t("mailers.budget_investment_selected.share") %>
</p>
<table style="width: 100%;">

View File

@@ -10,7 +10,7 @@
</p>
<p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif;font-size: 14px;font-weight: normal;line-height: 24px;">
<%= t("mailers.budget_investment_unselected.participate",
<%= t("mailers.budget_investment_unselected.participate_html",
url: link_to(t("mailers.budget_investment_unselected.participate_url"),
budget_url(@investment.budget), style: "color: #2895F1; text-decoration: underline;")) %>
</p>