Merge pull request #4864 from consul/unsubscribe_emails
Add helpers for mailer footer styles
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<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;">
|
||||
<%= setting["org_name"] %></p>
|
||||
<p style="<%= css_for_mailer_org %>">
|
||||
<%= 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>
|
||||
<p style="<%= css_for_mailer_footer %>">
|
||||
<%= t("mailers.no_reply") %>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user