fix(newsletter): better open in web link
This commit is contained in:
parent
947727ccd7
commit
ccc65defb6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
{% if published and send_webview_link %}
|
||||
<div style="font-size: 12px; line-height: 20px;">
|
||||
<div>
|
||||
Open in <a style="color: #687178; text-decoration: underline;" href="/newsletters/{{ name }}" target="_blank">web</a>
|
||||
<a style="color: #687178; text-decoration: underline;" href="/newsletters/{{ name }}" target="_blank">View this email on the web</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
Loading…
Add table
Reference in a new issue