Sha256: 4858b068b87e366f99cf170866ca038d4f5d1945ec91bd5d6dea9796f3527dcb
Contents?: true
Size: 590 Bytes
Versions: 1
Compression:
Stored size: 590 Bytes
Contents
<%# locals: (collection:) -%> <% resource_class = collection.resource_class resources = collection.records.to_a record_actions = collection.actions.collection_record_actions search_object = collection.search_object fields = collection.fields pager = collection.pager collection_actions = @collection.actions.collection_actions.permitted_for(current_policy) -%> <%= render_component :table_toolbar, resource_class:, search_object:, actions: collection_actions %> <%= render_component :table, resource_class:, resources:, record_actions:, search_object:, fields:, pager: %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plutonium-0.8.0 | app/views/resource/_resource_table.html.erb |