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