10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
<% mention = notification.source %>
|
|
|
|
<h3 class="event__title">
|
|
<%= link_to "#{mention.mentioner.first_name} mentioned you", mention %>
|
|
</h3>
|
|
|
|
<p class="event__details">
|
|
<%= mention.source.mentionable_content.truncate(250) %>
|
|
</p>
|