Sha256: 3f4024375a5ac70d0d83cd63742ea1d19344cd7af470eb0161313db130466638

Contents?: true

Size: 569 Bytes

Versions: 21

Compression:

Stored size: 569 Bytes

Contents

<%= render Avo::TurboFrameWrapperComponent.new(params[:turbo_frame]) do %>
  <%= render Avo::Views::ResourceIndexComponent.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

21 entries across 21 versions & 1 rubygems

Version Path
avo-3.0.1.beta2 app/views/avo/base/index.html.erb
avo-3.0.0.beta1 app/views/avo/base/index.html.erb
avo-3.0.1.beta1 app/views/avo/base/index.html.erb
avo-3.0.0.pre17 app/views/avo/base/index.html.erb
avo-3.0.0.pre18 app/views/avo/base/index.html.erb
avo-3.0.0.pre14 app/views/avo/base/index.html.erb
avo-3.0.0.pre16 app/views/avo/base/index.html.erb
avo-3.0.0.pre15 app/views/avo/base/index.html.erb
avo-3.0.0.pre13 app/views/avo/base/index.html.erb
avo-3.0.0.pre12 app/views/avo/base/index.html.erb
avo-3.0.0.pre10 app/views/avo/base/index.html.erb
avo-3.0.0.pre11 app/views/avo/base/index.html.erb
avo-3.0.0.pre8 app/views/avo/base/index.html.erb
avo-3.0.0.pre9 app/views/avo/base/index.html.erb
avo-3.0.0.pre7 app/views/avo/base/index.html.erb
avo-3.0.0.pre5 app/views/avo/base/index.html.erb
avo-3.0.0.pre6 app/views/avo/base/index.html.erb
avo-3.0.0.pre4 app/views/avo/base/index.html.erb
avo-3.0.0.pre3 app/views/avo/base/index.html.erb
avo-3.0.0.pre2 app/views/avo/base/index.html.erb