Sha256: c78c3e0d4a5ae0f4cc2b6aeca7dcce32e79e81fd7a8731acea2e49d37c4a8e59

Contents?: true

Size: 420 Bytes

Versions: 10

Compression:

Stored size: 420 Bytes

Contents

- id = (resource.try(:id) || resource.try(:to_param) || 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

10 entries across 10 versions & 1 rubygems

Version Path
effective_datatables-4.32.0 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.31.4 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.31.3 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.31.2 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.31.1 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.31.0 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.30.2 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.30.1 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.30.0 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.29.0 app/views/effective/datatables/_bulk_actions_column.html.haml