Sha256: 0964d5ece51317b96fc35a2c623e90b158f795559d5cb5c5c914ff2191c3cf53

Contents?: true

Size: 612 Bytes

Versions: 8

Compression:

Stored size: 612 Bytes

Contents

<%= form_with(method: :patch,
              id:,
              class:  "tables--selection--form",
              data:   { controller:      form_controller,
                        turbo_action:    "replace",
                        turbo_permanent: "" },
              html:   { action: false, hidden: "" }) do |form| %>
  <p class="tables--selection--summary">
    <span data-<%= form_target("count") %>>0</span>
    <span data-<%= form_target("singular") %> hidden><%= singular_name %></span>
    <span data-<%= form_target("plural") %>><%= plural_name %></span>
    selected
  </p>
  <%= content %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
katalyst-tables-3.5.0 app/components/katalyst/tables/selectable/form_component.html.erb
katalyst-tables-3.4.6 app/components/katalyst/tables/selectable/form_component.html.erb
katalyst-tables-3.4.5 app/components/katalyst/tables/selectable/form_component.html.erb
katalyst-tables-3.4.4 app/components/katalyst/tables/selectable/form_component.html.erb
katalyst-tables-3.4.3 app/components/katalyst/tables/selectable/form_component.html.erb
katalyst-tables-3.4.2 app/components/katalyst/tables/selectable/form_component.html.erb
katalyst-tables-3.4.1 app/components/katalyst/tables/selectable/form_component.html.erb
katalyst-tables-3.4.0 app/components/katalyst/tables/selectable/form_component.html.erb