From 68e2e9607657bea5aeb7613bd80e3c5af4a95f0b Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 23 Apr 2025 10:44:42 +0200 Subject: [PATCH] Fix indentation --- app/helpers/notifications_helper.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/helpers/notifications_helper.rb b/app/helpers/notifications_helper.rb index b5c802ecf..613776bac 100644 --- a/app/helpers/notifications_helper.rb +++ b/app/helpers/notifications_helper.rb @@ -46,9 +46,9 @@ module NotificationsHelper def notification_mark_read_button(notification) button_to read_notification_path(notification), - class: "notification__unread_indicator btn borderless", - title: "Mark as read", - data: { turbo_frame: "_top" } do + class: "notification__unread_indicator btn borderless", + title: "Mark as read", + data: { turbo_frame: "_top" } do concat(image_tag("remove-med.svg", class: "unread_icon", size: 12, aria: { hidden: true })) concat(tag.span("Mark as read", class: "for-screen-reader")) end