From cf6b277ca3f22e575b059a8d8029163ddcee86db Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 6 Oct 2020 21:59:13 +0200 Subject: Fix form, add flash --- app/views/application/_flash.html.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/application/_flash.html.erb (limited to 'app/views/application/_flash.html.erb') diff --git a/app/views/application/_flash.html.erb b/app/views/application/_flash.html.erb new file mode 100644 index 0000000..0b5cc5f --- /dev/null +++ b/app/views/application/_flash.html.erb @@ -0,0 +1,3 @@ +
<% flash.each do |type, msg| %> + <%= msg %> +<% end %>
-- cgit v1.2.3