X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/37a4fc6dd14dfedc0c44a8d7bf6453df0db9e1b5..6e154d48c0e77ea110fc93772c6a2be113a90bb1:/app/views/layouts/_flash.html.erb diff --git a/app/views/layouts/_flash.html.erb b/app/views/layouts/_flash.html.erb index dc458fdcf..8b04dac91 100644 --- a/app/views/layouts/_flash.html.erb +++ b/app/views/layouts/_flash.html.erb @@ -1,7 +1,7 @@ <% if flash[:error] %>
- " type="image/svg+xml"> + " type="image/svg+xml"> <%= image_tag("notice.png", :srcset => image_path("notice.svg"), :class => "small_icon", :border => 0) %>
<%= flash[:error] %>
@@ -11,7 +11,7 @@ <% if flash[:warning] %>
- " type="image/svg+xml"> + " type="image/svg+xml"> <%= image_tag("notice.png", :srcset => image_path("notice.svg"), :class => "small_icon", :border => 0) %>
<%= flash[:warning] %>
@@ -21,7 +21,7 @@ <% if flash[:notice] %>
- " type="image/svg+xml"> + " type="image/svg+xml"> <%= image_tag("notice.png", :srcset => image_path("notice.svg"), :class => "small_icon", :border => 0) %>
<%= flash[:notice] %>