fixes specs
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
<td style="padding-left: 10px;">
|
||||
<p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif;font-size: 14px;font-weight: normal;line-height: 24px; margin: 0; font-style: italic; padding-bottom: 20px;">
|
||||
<%= t('mailers.direct_message_for_receiver.unsubscribe',
|
||||
account: link_to(t('mailers.proposal_notification_digest.unsubscribe_account'),
|
||||
account_path, style: "color: #2895F1; text-decoration: none;")).html_safe %>
|
||||
account: link_to(t('mailers.direct_message_for_receiver.unsubscribe_account'),
|
||||
account_url, style: "color: #2895F1; text-decoration: none;")).html_safe %>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<p style="font-family: 'Open Sans','Helvetica Neue',arial,sans-serif;font-size: 14px;font-weight: normal;line-height: 24px; margin: 0; font-style: italic; padding-bottom: 20px;">
|
||||
<%= t('mailers.proposal_notification_digest.unsubscribe',
|
||||
account: link_to(t('mailers.proposal_notification_digest.unsubscribe_account'),
|
||||
account_path, style: "color: #2895F1; text-decoration: none;")).html_safe %>
|
||||
account_url, style: "color: #2895F1; text-decoration: none;")).html_safe %>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user