Files
fizzy/app/views/mailers/notification/bundle_mailer/mention/_body.html.erb
T
2025-08-27 10:40:36 -05:00

10 lines
234 B
Plaintext

<% mention = notification.source %>
<h3 class="event__title">
<%= link_to "#{mention.mentioner.first_name} mentioned you", mention %>
</h3>
<p class="event__details">
<%= mention.source.mentionable_content.truncate(250) %>
</p>