Plain text layout and spacing, squish whitespace to remove action text junk
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<% event = notification.source %>
|
||||
|
||||
<%= event_notification_title(event) %>
|
||||
<%= notification_url(notification.source) %>
|
||||
|
||||
<%= event_notification_body(event) %>
|
||||
<%= event_notification_body(event).squish %>
|
||||
|
||||
<%= notification_url(notification.source) %>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<% mention = notification.source %>
|
||||
|
||||
<%= mention.mentioner.first_name %> mentioned you
|
||||
<%= notification_url(mention) %>
|
||||
<%= mention.mentioner.first_name %> mentioned you.
|
||||
|
||||
<%= mention.source.mentionable_content.truncate(200) %>
|
||||
<%= mention.source.mentionable_content.truncate(250) %>
|
||||
|
||||
<%= notification_url(mention) %>
|
||||
|
||||
Reference in New Issue
Block a user