Sha256: 9e42064700f7051507f9d152b353cd33c8db22042f34c1c27fa2c0713cec13b0

Contents?: true

Size: 420 Bytes

Versions: 10

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: 'bulk_actions_resources[]', 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.3.12 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.3.11 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.3.10 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.3.9 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.3.8 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.3.7 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.3.6 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.3.5 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.3.4 app/views/effective/datatables/_bulk_actions_column.html.haml
effective_datatables-4.3.3 app/views/effective/datatables/_bulk_actions_column.html.haml