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:
@@ -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) %>
|
||||
|
||||
Reference in New Issue
Block a user