8 lines
214 B
Text
8 lines
214 B
Text
<% mail = ApplicationMailer.mail_for_notification(@notification) %>
|
|
<% if mail %>
|
|
<%= mail.text_part&.body&.decoded %>
|
|
<% end %>
|
|
|
|
Make sense with Metamaps
|
|
|
|
<%= render partial: 'shared/mailer_unsubscribe_link' %>
|