This commit is contained in:
Kevin McConnell
2025-01-13 13:15:20 +00:00
parent 196575c0a2
commit 64795804ba
+1 -1
View File
@@ -1,6 +1,6 @@
module NotificationsHelper
def notification_tag(notification, &)
link_to notification.resource, id: dom_id(notification), class: "notification",
data: { turbo_frame: "_top", }, &
data: { turbo_frame: "_top" }, &
end
end