removed end tag ("source" is a self-closing tag)
This commit is contained in:
parent
f771df86d2
commit
ec56eaf0f2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<% if flash[:error] %>
|
||||
<div class="flash error">
|
||||
<picture>
|
||||
<source srcset="<%= image_path "notice.svg" %>" type="image/svg+xml"></source>
|
||||
<source srcset="<%= image_path "notice.svg" %>" type="image/svg+xml" />
|
||||
<%= image_tag("notice.png", :srcset => image_path("notice.svg"), :class => "small_icon", :border => 0) %>
|
||||
</picture>
|
||||
<div class="message"><%= flash[:error] %></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue