diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index f251edb..8b0c284 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -154,12 +154,12 @@ -
+
<% if notice %> -
<%= notice %>
+
<%= notice %>
<% end %> <% if alert %> -
<%= alert %>
+
<%= alert %>
<% end %> <%= yield %> @@ -171,20 +171,20 @@ - +