From b8f58dc70b2e0b945a6825a8d4379a92bbde85f4 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 2 Jul 2025 15:34:32 -0500 Subject: [PATCH] Mark up as heading for screen reader navigation --- app/views/notifications/_notification.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/notifications/_notification.html.erb b/app/views/notifications/_notification.html.erb index 4e5e184b7..b945960b8 100644 --- a/app/views/notifications/_notification.html.erb +++ b/app/views/notifications/_notification.html.erb @@ -10,9 +10,9 @@ <%= avatar_image_tag notification.creator %> -
+

<%= render "notifications/notification/#{notification.source_type.underscore}/body", notification: notification %> -

+ <% end %> <% end %>