Sha256: a8805a88a821c817474a4b8f8085632537299d0e2598c1083969a7ab731f3c80

Contents?: true

Size: 330 Bytes

Versions: 1

Compression:

Stored size: 330 Bytes

Contents

<div id="flash_messages">
  <% if flash.any? %>
    <%= irelia_flex direction: :column, padding: :md, fixed: :bottom_right, html_options: { style: "width: 400px" } do %>
      <% flash.each do |type, message| %>
        <%= irelia_notification(variant: type.to_sym) { message } %>
      <% end %>
    <% end %>
  <% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiqr-0.1.0.alpha1 lib/kiqr/themes/irelia/views/kiqr/shared/_flash_messages.html.erb