diff --git a/app/views/layouts/_notices.html.erb b/app/views/layouts/_notices.html.erb index 5deb3f03..d07e48ef 100644 --- a/app/views/layouts/_notices.html.erb +++ b/app/views/layouts/_notices.html.erb @@ -1,7 +1,15 @@ <% if flash[:notice] %>
-
+
<%= flash[:notice] %>
<% end %> + +<% if flash[:alert] %> +
+
+ <%= flash[:alert] %> +
+
+<% end %>