8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
<% mention = notification.source %>
|
|
|
|
<%= mention.mentioner.first_name %> mentioned you.
|
|
|
|
<%= mention.source.mentionable_content.truncate(250) %>
|
|
|
|
<%= url_for mention %>
|