From 64795804ba5489b3d66631c05cb5378faa8dfa45 Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Mon, 13 Jan 2025 13:15:20 +0000 Subject: [PATCH] Style --- app/helpers/notifications_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/notifications_helper.rb b/app/helpers/notifications_helper.rb index 8c2208a14..02b2e3cde 100644 --- a/app/helpers/notifications_helper.rb +++ b/app/helpers/notifications_helper.rb @@ -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