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" %>