Sha256: 0d34f18b8bcf1868db34d6db8f4b17f0758c58a22a0b804673790751509e69ed

Contents?: true

Size: 440 Bytes

Versions: 57

Compression:

Stored size: 440 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

57 entries across 57 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.18.1 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.18.0.tw4 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.18.0 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.9.beta2 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.9.beta1 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.9.tw4 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.9 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.8.tw4 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.8 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.7 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.6.tw4 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.6 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.5 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.4 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.3 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.5.tw4 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.4.tw4 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.3.tw4 app/components/avo/turbo_frame_wrapper_component.html.erb
avo-3.17.2.tw4 app/components/avo/turbo_frame_wrapper_component.html.erb