Sha256: 97a96d88a5217a7771447b4856f09fab73f5c1ec3af222222f8e35928055ac5e

Contents?: true

Size: 628 Bytes

Versions: 26

Compression:

Stored size: 628 Bytes

Contents

<div class="dropdown batch_document_selector_all">
  <label class="centerizer">
    <%= check_box_tag 'check_all', 'yes', @all_checked, disabled: @disable_select_all %>
    <span class="works-list-batch-checkbox-label-text">
      <%= t("hyrax.dashboard.my.action.select") %>
    </span>
    <% 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 %>
  </label>
</div>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.9.5 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.9.4 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.9.3 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.9.2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.9.1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.9.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.8.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.7.2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.7.1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.7.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.6.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.5.1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.5.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.4.1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.4.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.3.3 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.3.2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-2.3.1 app/views/hyrax/batch_edits/_check_all.html.erb