diff options
Diffstat (limited to 'app/views/pages/home.html.erb')
-rw-r--r-- | app/views/pages/home.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/pages/home.html.erb b/app/views/pages/home.html.erb index 48d6433..e3dba04 100644 --- a/app/views/pages/home.html.erb +++ b/app/views/pages/home.html.erb @@ -1,4 +1,9 @@ <div class="min-h-screen"> + <% if notice.present? %> + <div class="flex justify-center"> + <p class="py-2 px-3 bg-green-50 mb-5 text-green-500 font-medium rounded-lg inline-block" id="notice"><%= notice %></p> + </div> + <% end %> <section class="bg-gradient-to-r from-blue-300 to-blue-800 text-white"> <div class="container mx-auto px-4 py-20"> <div class="max-w-3xl mx-auto text-center"> |