<% [[:error, :danger], [:warning, :warning], [:notice, :success]].each do |flash_type, bootstrap_type| %> <% if flash[flash_type] %> <%= tag.div :class => "alert alert-dismissible alert-#{bootstrap_type} mb-0 rounded-0", :data => { :turbo_temporary => true } do %>
<%= inline_svg_tag "icons/notice.svg" %>
<%= render_flash flash[flash_type] %>
<% end %> <% end %> <% end %>