From 7c5a58bf4da160df02f61db5b9c4db920d7f4cc1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 16 Apr 2025 17:12:31 +0200 Subject: [PATCH] Note that this need to be able to dynamically appear --- app/views/notifications/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index fff162709..bf83657ee 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -22,6 +22,7 @@ <%= render partial: "notifications/notification", collection: @unread, cached: true %> <% else %> + <%# FIXME: Need to reveal this section if there are unread notification records in it %>
Nothing new for you.