Sha256: cca9affedc98ed8e1ef5eb078e443a3ce7ae256615c9461d2b0556ab0cceacc4

Contents?: true

Size: 545 Bytes

Versions: 110

Compression:

Stored size: 545 Bytes

Contents

<%= render Avo::TurboFrameWrapperComponent.new(params[:turbo_frame]) do %>
  <%= render @component.new(
      resource: @resource,
      resources: @resources,
      records: @records,
      pagy: @pagy,
      index_params: @index_params,
      filters: @filters,
      actions: @actions,
      reflection: @reflection,
      turbo_frame: params[:turbo_frame],
      parent_record: @parent_record,
      parent_resource: @parent_resource,
      applied_filters: @applied_filters,
      query: @query,
      scopes: @scopes,
    )
  %>
<% end %>

Version data entries

110 entries across 110 versions & 1 rubygems

Version Path
avo-3.4.0 app/views/avo/base/index.html.erb
avo-3.3.6 app/views/avo/base/index.html.erb
avo-3.3.5 app/views/avo/base/index.html.erb
avo-3.3.4 app/views/avo/base/index.html.erb
avo-3.3.3 app/views/avo/base/index.html.erb
avo-3.3.2 app/views/avo/base/index.html.erb
avo-3.3.1 app/views/avo/base/index.html.erb
avo-3.3.0 app/views/avo/base/index.html.erb
avo-3.2.3 app/views/avo/base/index.html.erb
avo-3.0.1.beta23 app/views/avo/base/index.html.erb
avo-3.0.1.beta20 app/views/avo/base/index.html.erb
avo-3.0.1.beta21 app/views/avo/base/index.html.erb
avo-3.0.1.beta17 app/views/avo/base/index.html.erb
avo-3.0.1.beta22 app/views/avo/base/index.html.erb
avo-3.0.1.beta18 app/views/avo/base/index.html.erb
avo-3.0.1.beta19 app/views/avo/base/index.html.erb
avo-3.0.1.beta24 app/views/avo/base/index.html.erb
avo-3.0.1.beta15 app/views/avo/base/index.html.erb
avo-3.0.1.beta16 app/views/avo/base/index.html.erb
avo-3.0.1.beta14 app/views/avo/base/index.html.erb