From 5973d14e2c821f916a15cafef4c10d045de305b5 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 18 Mar 2025 17:13:57 -0500 Subject: [PATCH] Trays everywhere --- app/views/events/index.html.erb | 1 + app/views/notifications/index.html.erb | 3 +++ 2 files changed, 4 insertions(+) diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index 35db8af89..7ee17376f 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb @@ -54,6 +54,7 @@ +<%= render "notifications/tray" %> <%= render "bubbles/pins/tray" %> <%= event_next_page_link(@next_day) %> diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index c35e37f5b..2d9f0973d 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -43,3 +43,6 @@ <%= notifications_next_page_link(@page) %> <% end %> + +<%= render "notifications/tray" %> +<%= render "bubbles/pins/tray" %>