Fix linting issues in app/views/email_subscriptions (#1859) [ci skip]
This commit is contained in:
parent
40a808467d
commit
6fdcc9eb26
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div class="unsubscribed__title">
|
||||
Token expired or invalid
|
||||
</div>
|
||||
<br/>
|
||||
<br />
|
||||
<div class="unsubscribed__message">
|
||||
Please
|
||||
<a href="https://dev.to/settings/notifications">sign-in</a>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<div class="unsubscribed__title">
|
||||
You have been unsubscribed from <%= @email_type %>. 😔
|
||||
</div>
|
||||
<br/>
|
||||
<br />
|
||||
<div class="unsubscribed__message">
|
||||
You will no longer receive emails like this. If you'd like to re-subscribe or manage your full email preferences, please
|
||||
<a href="https://dev.to/settings/notifications">click here</a>.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue