metamaps--metamaps/app/views/shared/_mailer_unsubscribe_link.html.erb

4 lines
189 B
Plaintext
Raw Normal View History

2016-11-25 19:58:22 +00:00
<div class="unsubscribe-link">
2016-12-13 14:43:47 +00:00
<%= link_to 'Click here to unsubscribe from all Metamaps emails', unsubscribe_notifications_url(protocol: Rails.env.production? ? :https : :http) %>
2016-11-25 19:58:22 +00:00
</div>