- <source srcset="<%= image_path "notice.svg" %>" type="image/svg+xml">
- <%= image_tag("notice.png", :class => "small_icon", :border => 0) %>
+ <source srcset="<%= image_path "notice.svg" %>" type="image/svg+xml"></source>
+ <%= image_tag("notice.png", :srcset => image_path("notice.svg"), :class => "small_icon", :border => 0) %>