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