7 lines
314 B
Plaintext
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>
|