Sha256: e5f86354de516f4f080db200b354ec8974ff143f313efb92febae56a2bc85b66

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

<div class="px-4 sm:px-6 lg:px-8">
  <%= render Maquina::Application::IndexHeader.new(params[:q]) %>

  <%= render Maquina::Application::IndexTools.new %>

  <%= render Maquina::Application::IndexTable.new(
    collection: collection,
    pagination: @pagination,
    list_attributes: list_attributes,
  ) %>
</div>

<%= render Maquina::Application::IndexModal.new %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maquina-0.7.2 app/views/maquina/application/index.html.erb
maquina-0.7.1 app/views/maquina/application/index.html.erb