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