X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8980da4381923d8099a11a1334baf3c3e625a484..b5d4c262ddf559e8f0053d40514c8d33a1e959ab:/app/views/layouts/_flash.html.erb?ds=inline
diff --git a/app/views/layouts/_flash.html.erb b/app/views/layouts/_flash.html.erb
index da559d55c..8b04dac91 100644
--- a/app/views/layouts/_flash.html.erb
+++ b/app/views/layouts/_flash.html.erb
@@ -1,11 +1,29 @@
<% if flash[:error] %>
-
<%= flash[:error] %>
+
+
+
<%= flash[:error] %>
+
<% end %>
<% if flash[:warning] %>
- <%= flash[:warning] %>
+
+
+
<%= flash[:warning] %>
+
<% end %>
<% if flash[:notice] %>
- <%= flash[:notice] %>
+
+
+
<%= flash[:notice] %>
+
<% end %>