Sha256: 92b5855d3a8c1f55901877e62969f86e511427b7262e88a084e75b23a803ea6a

Contents?: true

Size: 662 Bytes

Versions: 60

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

60 entries across 60 versions & 1 rubygems

Version Path
effective_datatables-4.30.1 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.30.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.29.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.26.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.25.3 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.25.2 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.25.1 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.25.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.24.2 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.24.1 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.24.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.23.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.22.3 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.22.2 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.22.1 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.22.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.21.1 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.21.0 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.20.6 app/views/effective/datatables/_buttons.html.haml
effective_datatables-4.20.5 app/views/effective/datatables/_buttons.html.haml