Files
fizzy/app/views/notifications/notification/mention/_body.html.erb
T
2025-06-17 11:48:04 -05:00

7 lines
263 B
Plaintext

<% mention = notification.source %>
<strong class="card__title overflow-ellipsis"><%= mention.mentioner.first_name %> mentioned you</strong>
<div class="card__notification-body overflow-ellipsis">
<%= mention.source.mentionable_content.truncate(200) %>
</div>