Need to url for collection/card/comment

@jorgemanrubia for some reason `url_for` is not including the host in
here. It seems to be correctly set in the environment configs
This commit is contained in:
Jason Zimdars
2025-08-27 10:55:12 -05:00
parent a106069b7e
commit 2fb3e192b8
2 changed files with 2 additions and 2 deletions
@@ -4,4 +4,4 @@
<%= event_notification_body(event).squish %>
<%= notification_url(notification.source) %>
<%= url_for(notification.source) %>
@@ -4,4 +4,4 @@
<%= mention.source.mentionable_content.truncate(250) %>
<%= notification_url(mention) %>
<%= url_for(mention) %>