Sha256: b6e9fc5de52bb1802131aca0376fdf72ea4a1e4996f5c28df69c13bb66b0ba97

Contents?: true

Size: 448 Bytes

Versions: 11

Compression:

Stored size: 448 Bytes

Contents

<%= turbo_frame_tag :alerts, class: "fixed inset-0 bottom-0 flex flex-col space-y-4 items-end justify-right px-4 py-6 sm:p-6 justify-end z-[100] pointer-events-none" do %>
  <%= render Avo::FlashAlertsComponent.new flashes: flash %>
  <% # In case we have other general error messages %>
  <% if @errors.present? %>
    <% @errors.each do |message| %>
      <%= render Avo::AlertComponent.new :error, message %>
    <% end %>
  <% end %>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
avo-3.9.2 app/views/avo/partials/_alerts.html.erb
avo-3.9.1 app/views/avo/partials/_alerts.html.erb
avo-3.8.2 app/views/avo/partials/_alerts.html.erb
avo-3.9.0 app/views/avo/partials/_alerts.html.erb
avo-3.8.1 app/views/avo/partials/_alerts.html.erb
avo-3.8.0 app/views/avo/partials/_alerts.html.erb
avo-3.6.4 app/views/avo/partials/_alerts.html.erb
avo-3.6.3 app/views/avo/partials/_alerts.html.erb
avo-3.6.2 app/views/avo/partials/_alerts.html.erb
avo-3.6.1 app/views/avo/partials/_alerts.html.erb
avo-3.6.0 app/views/avo/partials/_alerts.html.erb