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