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

Version Path
five-two-nw-olivander-0.2.0.40 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.39 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.38 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.37 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.36 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.35 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.34 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.33 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.32 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.31 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.30 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.29 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.28 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.27 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.26 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.25 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.24 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.23 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.22 app/views/effective/datatables/_buttons.html.haml
five-two-nw-olivander-0.2.0.19 app/views/effective/datatables/_buttons.html.haml