From 52e52d200c244e0d6d863cc69c452b05cd74fe16 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 29 Aug 2024 06:21:54 -0400 Subject: devise config --- app/views/layouts/application.html.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index fbe267e..f7a50bc 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,5 +1,5 @@ - + Dmn @@ -11,6 +11,9 @@ - <%= yield %> +

<%= notice %>

+

<%= alert %>

+ + <%= yield %> -- cgit v1.2.3