Sha256: 6ea6fa19941c37e3a107b77fe1964b72be6489a087aa5bdd4a08af781d6f0af7

Contents?: true

Size: 420 Bytes

Versions: 132

Compression:

Stored size: 420 Bytes

Contents

- id = (resource.try(:to_param) || resource.try(:id) || resource.object_id)

.form-group.custom-control.custom-checkbox
  %input{value: 0, type: 'hidden'}
  %input.custom-control-input{name: "#{column[:input_name]}[]", id: "datatable_bulk_actions_resource_#{id}", value: id, type: 'checkbox', autocomplete: 'off', 'data-role': 'bulk-action' }
  %label.custom-control-label{for: "datatable_bulk_actions_resource_#{id}" }

Version data entries

132 entries across 132 versions & 1 rubygems

Version Path
effective_datatables-4.7.20 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.19 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.18 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.17 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.16 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.15 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.14 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.13 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.12 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.11 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.10 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.9 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.8 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.7 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.6 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.5 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.4 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.3 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.2 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.7.1 app/views/effective/datatables/_bulk_actions_column.html.haml