Sha256: e70f8f14e1f5d8a85b23735e9911a8c01076d22d7d52aa1f0304ecdd6407acb1

Contents?: true

Size: 521 Bytes

Versions: 22

Compression:

Stored size: 521 Bytes

Contents

<%= render Avo::TurboFrameWrapperComponent.new(params[:turbo_frame]) do %>
  <%= render Avo::Views::ResourceIndexComponent.new(
      resource: @resource,
      resources: @resources,
      models: @models,
      pagy: @pagy,
      index_params: @index_params,
      filters: @filters,
      actions: @actions,
      reflection: @reflection,
      turbo_frame: params[:turbo_frame],
      parent_model: @parent_model,
      parent_resource: @parent_resource,
      applied_filters: @applied_filters,
    )
  %>
<% end %>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
avo-2.13.6.pre.2 app/views/avo/base/index.html.erb
avo-2.13.6.pre.1 app/views/avo/base/index.html.erb
avo-2.13.5.pre.2 app/views/avo/base/index.html.erb
avo-2.13.5.pre.1 app/views/avo/base/index.html.erb
avo-2.13.4.pre.1 app/views/avo/base/index.html.erb
avo-2.13.3.pre.4 app/views/avo/base/index.html.erb
avo-2.13.3.pre.3 app/views/avo/base/index.html.erb
avo-2.13.3.pre.2 app/views/avo/base/index.html.erb
avo-2.13.3.pre.1 app/views/avo/base/index.html.erb
avo-2.13.2.pre.2 app/views/avo/base/index.html.erb
avo-2.13.2.pre.1 app/views/avo/base/index.html.erb
avo-2.13.1 app/views/avo/base/index.html.erb
avo-2.13.0 app/views/avo/base/index.html.erb
avo-2.12.1.pre.1 app/views/avo/base/index.html.erb
avo-2.12.0 app/views/avo/base/index.html.erb
avo-2.11.3.pre.3 app/views/avo/base/index.html.erb
avo-2.11.3.pre.2 app/views/avo/base/index.html.erb
avo-2.11.3.pre.1 app/views/avo/base/index.html.erb
avo-2.11.2.pre.3 app/views/avo/base/index.html.erb
avo-2.11.2.pre.2 app/views/avo/base/index.html.erb