docbrown/app/views/email_subscriptions/unsubscribe.html.erb
Ridhwana a2f1a0049f
Removal of morrrre hardcoded dev.to links (#7390)
* feat: remove 90% of hardcoded dev.to links now

* chore: update tests

* chore: implement suggested changes

* chore: update url

* chore: update to use URL helper
2020-04-21 11:50:18 +02:00

11 lines
443 B
Text

<meta name="robots" content="noindex" />
<div class="unsubscribed">
<div class="unsubscribed__title">
You have been unsubscribed from <%= @email_type %>. 😔
</div>
<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="<%= app_url(user_settings_path(:notifications)) %>">click here</a>.
</div>
</div>