Files
fizzy/app/views/notifications/notification/_mention.html.erb
T
2025-04-23 13:41:34 +02:00

8 lines
429 B
Plaintext

<% mention = notification.source %>
<strong class="overflow-ellipsis notification__title txt-small txt-tight-lines"><%= mention.mentioner.first_name %> mentioned you</strong>
<div class="overflow-ellipsis txt-small txt-tight-lines">
<%= mention.source.mentionable_content.truncate(200) %>
</div>
<div class="tray__item-meta overflow-ellipsis translucent"> <%= local_datetime_tag(notification.created_at, style: :ago) %></div>