X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d377e8b4f23e6bad925eb2efa904baa7e1531fa6..5e27978d3cd55b267f0222d51d9e8efa26e389e9:/app/views/layouts/_flash.html.erb
diff --git a/app/views/layouts/_flash.html.erb b/app/views/layouts/_flash.html.erb
index 2ba8ee95d..8b04dac91 100644
--- a/app/views/layouts/_flash.html.erb
+++ b/app/views/layouts/_flash.html.erb
@@ -1,8 +1,8 @@
<% if flash[:error] %>
<%= flash[:error] %>
@@ -11,8 +11,8 @@
<% if flash[:warning] %>
<%= flash[:warning] %>
@@ -21,8 +21,8 @@
<% if flash[:notice] %>
<%= flash[:notice] %>