Files
fizzy/app/views/mailers/notification/bundle_mailer/mention/_body.html.erb
T
2025-11-12 14:29:25 -06:00

9 lines
240 B
Plaintext

<% mention = notification.source %>
<strong class="notificaton__mention">
<%= "#{mention.mentioner.first_name} mentioned you:" %>
</strong>
<p class="notification__details">
<%= mention.source.mentionable_content.truncate(250) %>
</p>