Sha256: 7daa076bb66adab995d0fcee349e2e4430f3bda4cb018b5245752efe4ff781d2
Contents?: true
Size: 437 Bytes
Versions: 288
Compression:
Stored size: 437 Bytes
Contents
<% if name.present? %><turbo-frame id="<%= name %>"><% end %> <% # When rendering the frames the flashed content gets lost. # We're appending it back if it's a turbo_frame_request. %> <% if helpers.turbo_frame_request? %> <%= helpers.turbo_stream_action_tag :append, target: 'alerts', template: render(Avo::FlashAlertsComponent.new(flashes: helpers.flash)) %> <% end %> <%= content %> <% if name.present? %></turbo-frame><% end %>
Version data entries
288 entries across 288 versions & 1 rubygems