improves i18n of budgets mailers

This commit is contained in:
decabeza
2017-05-12 18:50:03 +02:00
parent 712e576e75
commit e8be4508fd
3 changed files with 5 additions and 9 deletions

View File

@@ -10,9 +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",
url: link_to(t("mailers.budget_investment_selected.share_url"),
budget_url(@investment.budget), style: "color: #2895F1; text-decoration: underline;")) %>
<%= t("mailers.budget_investment_selected.share" %>
</p>
<table style="width: 100%;">
@@ -35,6 +33,6 @@
<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.sincerely") %><br>
<span style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif;font-size: 12px;font-weight: normal;line-height: 24px; color: #ccc;">
<%= t("mailers.budget_investment_unfeasible.signatory") %></span>
<%= t("mailers.budget_investment_selected.signatory") %></span>
</p>
</td>