8 lines
429 B
Plaintext
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>
|