Adds text in footer about not replying

This commit is contained in:
Alberto Garcia Cabeza
2016-06-15 20:44:32 +02:00
parent 0366d7efb2
commit 0f1d6c1f19
4 changed files with 7 additions and 1 deletions

View File

@@ -32,6 +32,10 @@
<td style="text-align: center; border-top: 1px solid #dadfe1; padding-top: 20px;"> <td style="text-align: center; border-top: 1px solid #dadfe1; padding-top: 20px;">
<p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif; margin: 0;padding: 0;line-height: 1.5em;color: #797f7f; font-size: 12px;"> <p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif; margin: 0;padding: 0;line-height: 1.5em;color: #797f7f; font-size: 12px;">
<%= setting['org_name'] %></p> <%= setting['org_name'] %></p>
<p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif; margin: 0;padding: 0;line-height: 1.5em;color: #222; font-size: 10px; margin-top: 12px;">
<%= t('mailers.no_reply') %></p>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@@ -17,7 +17,7 @@
<tr> <tr>
<td style="padding-bottom: 20px; padding-left: 10px;"> <td style="padding-bottom: 20px; padding-left: 10px;">
<p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif;font-size: 20px;font-weight: bold;line-height: 24px; margin: 0;"> <p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif;font-size: 20px;font-weight: bold;line-height: 24px; margin: 0;">
<%= link_to notification.notifiable.title, notification_url(notification) %> <%= link_to notification.notifiable.title, notification_url(notification), style: "color: #2895F1; text-decoration: none;" %>
</p> </p>
<p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif;font-size: 14px;font-weight: normal;line-height: 24px; margin-top: 0; color: #cccccc;"> <p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif;font-size: 14px;font-weight: normal;line-height: 24px; margin-top: 0; color: #cccccc;">
<%= notification.notifiable.proposal.title %>&nbsp;&bull;&nbsp; <%= notification.notifiable.proposal.title %>&nbsp;&bull;&nbsp;

View File

@@ -1,6 +1,7 @@
--- ---
en: en:
mailers: mailers:
no_reply: "This message was sent from an email address that does not accept replies."
comment: comment:
hi: Hi hi: Hi
new_comment_by_html: There is a new comment from <b>%{commenter}</b> new_comment_by_html: There is a new comment from <b>%{commenter}</b>

View File

@@ -1,6 +1,7 @@
--- ---
es: es:
mailers: mailers:
no_reply: "Este mensaje se ha enviado desde una dirección de correo electrónico que no admite respuestas."
comment: comment:
hi: Hola hi: Hola
new_comment_by_html: Hay un nuevo comentario de <b>%{commenter}</b> en new_comment_by_html: Hay un nuevo comentario de <b>%{commenter}</b> en