Sha256: 1276aae2763feffba6caede43bacaa904fe067baa88ccc39aa7c4c6ef278e898

Contents?: true

Size: 430 Bytes

Versions: 6

Compression:

Stored size: 430 Bytes

Contents

<div class="dropdown batch_document_selector_all">
  <%= check_box_tag 'check_all', 'yes', @all_checked, disabled: @disable_select_all %>
  <% if !@disable_select_all %>
    <a class="dropdown-toggle" data-toggle="dropdown" href="#"><span class="sr-only">Select to access selection options</span><span class="caret"></span></a>
    <ul class="dropdown-menu">
      <%= render "batch_edits_actions" %>
    </ul>
  <% end %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyrax-2.1.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/batch_edits/_check_all.html.erb