Note that this need to be able to dynamically appear

This commit is contained in:
David Heinemeier Hansson
2025-04-16 17:12:31 +02:00
parent 5dc6e0394f
commit 7c5a58bf4d
+1
View File
@@ -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 %>
<div class="pad border-radius border translucent" style="--border-style: dashed; --border-color: var(--color-ink); --border-radius: 0.2em;">
<strong>Nothing new for you.</strong>
</div>