Plain text layout and spacing, squish whitespace to remove action text junk

This commit is contained in:
Jason Zimdars
2025-08-27 10:41:30 -05:00
parent 16d2cd4836
commit e3f5348865
2 changed files with 7 additions and 5 deletions
@@ -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) %>