- <div class="flash warning">
- <picture>
- <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) %>
- </picture>
- <div class="message"><%= flash[:warning] %></div>
+ <div class="alert alert-warning row mx-0 mb-0 p-3 rounded-0 align-items-center">
+ <div class="col-auto">
+ <%= notice_svg_tag %>
+ </div>
+ <div class="col"><%= render_flash(flash[:warning]) %></div>