Style
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user