Sha256: 4e477e2ec00d64c29dc0e0c81158e3cb95b3e89243b398f4d6d8cd1ae397eded

Contents?: true

Size: 415 Bytes

Versions: 31

Compression:

Stored size: 415 Bytes

Contents

.btn-group.buttons-bulk-actions
  %button.btn.btn-default.dropdown-toggle{'type' => 'button', 'data-toggle' => 'dropdown', 'aria-haspopup' => true, 'aria-expanded' => false, 'disabled' => 'disabled'}
    Bulk Actions
    %span.caret
  %ul.dropdown-menu
    - if dropdown_block.respond_to?(:call)
      = capture do
        - instance_exec(&dropdown_block)
    - else
      %li
        %a{href: '#'} No bulk actions

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
effective_datatables-2.6.11 app/views/effective/datatables/_bulk_actions_dropdown.html.haml
effective_datatables-2.6.10 app/views/effective/datatables/_bulk_actions_dropdown.html.haml
effective_datatables-2.6.9 app/views/effective/datatables/_bulk_actions_dropdown.html.haml
effective_datatables-2.6.8 app/views/effective/datatables/_bulk_actions_dropdown.html.haml
effective_datatables-2.6.7 app/views/effective/datatables/_bulk_actions_dropdown.html.haml
effective_datatables-2.6.6 app/views/effective/datatables/_bulk_actions_dropdown.html.haml
effective_datatables-2.6.5 app/views/effective/datatables/_bulk_actions_dropdown.html.haml
effective_datatables-2.6.4 app/views/effective/datatables/_bulk_actions_dropdown.html.haml
effective_datatables-2.6.3 app/views/effective/datatables/_bulk_actions_dropdown.html.haml
effective_datatables-2.6.2 app/views/effective/datatables/_bulk_actions_dropdown.html.haml
effective_datatables-2.6.1 app/views/effective/datatables/_bulk_actions_dropdown.html.haml