Sha256: 1fd823a62e5d5131100147aae65ebc6d46428b6da89a057d725e27109d1d8374
Contents?: true
Size: 679 Bytes
Versions: 43
Compression:
Stored size: 679 Bytes
Contents
- if datatable._bulk_actions.present? = render('/effective/datatables/bulk_actions_dropdown', datatable: datatable) - if datatable.searchable? = link_to '#', class: 'btn btn-outline-primary 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-primary btn-sm buttons-reorder' do %span= t('effective_datatables.reorder') - if datatable.downloadable? = link_to 'download.csv', class: 'btn btn-primary btn-sm buttons-download', 'aria-controls': datatable.to_param do %span= t('effective_datatables.download')
Version data entries
43 entries across 43 versions & 1 rubygems