X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3dd639c8d02677b773935aa982ba0c9f3cc209e5..5169b038c097367b83b405b0f2b877fdeb00d701:/app/views/layouts/_flash.html.erb diff --git a/app/views/layouts/_flash.html.erb b/app/views/layouts/_flash.html.erb index f8eabaeb3..d8adbd0fd 100644 --- a/app/views/layouts/_flash.html.erb +++ b/app/views/layouts/_flash.html.erb @@ -1,34 +1,25 @@ <% if flash[:error] %> -
+
- - " type="image/svg+xml" /> - <%= image_tag("notice.png", :srcset => image_path("notice.svg")) %> - + <%= notice_svg_tag %>
<%= render_flash(flash[:error]) %>
<% end %> <% if flash[:warning] %> -
+
- - " type="image/svg+xml"> - <%= image_tag("notice.png", :srcset => image_path("notice.svg")) %> - + <%= notice_svg_tag %>
<%= render_flash(flash[:warning]) %>
<% end %> <% if flash[:notice] %> -
+
- - " type="image/svg+xml"> - <%= image_tag("notice.png", :srcset => image_path("notice.svg")) %> - + <%= notice_svg_tag %>
<%= render_flash(flash[:notice]) %>