Sha256: 92b5855d3a8c1f55901877e62969f86e511427b7262e88a084e75b23a803ea6a

Contents?: true

Size: 662 Bytes

Versions: 65

Compression:

Stored size: 662 Bytes

Contents

- if datatable._bulk_actions.present?
  = render('/effective/datatables/bulk_actions_dropdown', datatable: datatable)

- if datatable.searchable?
  = link_to '#', class: 'btn btn-link btn-sm buttons-reset-search' do
    %span= t('effective_datatables.reset')

- if datatable.reorder? && EffectiveDatatables.authorized?(self, :update, datatable.collection_class)
  = link_to '#', class: 'btn btn-link btn-sm buttons-reorder' do
    %span= t('effective_datatables.reorder')

- if datatable.downloadable?
  = link_to 'download.csv', class: 'btn btn-link btn-sm buttons-download', 'aria-controls': datatable.to_param do
    %span= t('effective_datatables.download')

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
effective_datatables-4.16.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.15.2 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.15.1 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.15.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.14.2 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.14.1 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.14.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.13.5 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.13.4 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.13.3 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.13.2 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.13.1 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.13.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.12.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.11.2 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.11.1 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.11.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.10.7 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.10.6 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.10.5 app/views/effective/datatables/_buttons.html.haml