% if flash[:error] %>
" type="image/svg+xml" />
<%= image_tag("notice.png", :srcset => image_path("notice.svg")) %>
<%= render_flash(flash[:error]) %>
<% end %>
<% if flash[:warning] %>
" type="image/svg+xml">
<%= image_tag("notice.png", :srcset => image_path("notice.svg")) %>
<%= render_flash(flash[:warning]) %>
<% end %>
<% if flash[:notice] %>
" type="image/svg+xml">
<%= image_tag("notice.png", :srcset => image_path("notice.svg")) %>
<%= render_flash(flash[:notice]) %>
<% end %>