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

4 lines
189 B
Text
Raw Normal View History

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