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

4 lines
175 B
Plaintext
Raw Normal View History

<div class="unsubscribe-link">
<%= link_to 'Unsubscribe from all Metamaps emails', unsubscribe_notifications_url(protocol: Rails.env.production? ? :https : :http) %>
</div>