Files
fizzy/app/views/mailers/notification/bundle_mailer/mention/_body.text.erb
T
2025-08-28 10:34:36 +02:00

8 lines
169 B
Plaintext

<% mention = notification.source %>
<%= mention.mentioner.first_name %> mentioned you.
<%= mention.source.mentionable_content.truncate(250) %>
<%= url_for mention %>