From 9acdc4e6db5da59f584bbbf2c4f2bed99bcf37e2 Mon Sep 17 00:00:00 2001 From: Runar Ingebrigtsen Date: Sat, 31 Jan 2026 15:55:24 +0100 Subject: [PATCH] actually, include notifications --- app/views/shared/_notifications.html.erb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/views/shared/_notifications.html.erb diff --git a/app/views/shared/_notifications.html.erb b/app/views/shared/_notifications.html.erb new file mode 100644 index 0000000..9357579 --- /dev/null +++ b/app/views/shared/_notifications.html.erb @@ -0,0 +1,16 @@ +<% if flash.any? %> +
+
+ <% flash.each do |type, message| %> + + <% end %> +
+
+<% end %>