docbrown/app/views/email_subscriptions/unsubscribe.html.erb
Mac Siri 0ea3f38dbf Implement one-click-unsubscribe (#192)
* Implement one-click-unsubscribe feature WIP

* Adjust email subscription page's css

* Add mobile scss

* Apply subscription logic to other email type

* Add back default email footer

* Create EmailSubscriptions request spec
2018-04-09 14:05:45 -07:00

10 lines
331 B
Text

<div class="unsubscribed">
<div class="unsubscribed__title">
You have been successfully unsubscribed. 😔
</div>
<br/>
<div class="unsubscribed__message">
If that was a mistake or you would like to update other email preferences,
<a href="https://dev.to/settings/notifications">click here</a>.
</div>
</div>