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

4 lines
172 B
Plaintext
Raw Normal View History

<div class="unsubscribe-link">
2018-03-04 02:25:42 +00:00
{ link_to 'Unsubscribe from all Metamaps emails', unsubscribe_notifications_url(protocol: Rails.env.production? ? :https : :http) }
</div>