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