* 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
11 lines
443 B
Text
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>
|