Files
fizzy/app/views/notifications/notification/mention/_body.html.erb
T
2025-09-08 14:03:16 -05:00

7 lines
314 B
Plaintext

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