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.1.2 app/views/avo/base/index.html.erb
avo-3.1.1 app/views/avo/base/index.html.erb
avo-3.1.0 app/views/avo/base/index.html.erb
avo-3.0.8 app/views/avo/base/index.html.erb
avo-3.0.7 app/views/avo/base/index.html.erb
avo-3.0.6 app/views/avo/base/index.html.erb
avo-3.0.5 app/views/avo/base/index.html.erb
avo-3.0.4 app/views/avo/base/index.html.erb
avo-3.0.3 app/views/avo/base/index.html.erb
avo-3.0.2 app/views/avo/base/index.html.erb