Sha256: 2632edf8778b24dcacd8fbc4c8a0b72e2b04c7068742aceaf63485c376938e7f

Contents?: true

Size: 594 Bytes

Versions: 15

Compression:

Stored size: 594 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="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"><%= t('.select_to_access_selection_options') %></span>
      </a>
      <ul class="dropdown-menu">
        <%= render "batch_edits_actions" %>
      </ul>
    <% end %>
  </label>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-5.0.4 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-5.0.3 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-5.0.2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-5.0.1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-5.0.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-4.0.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/batch_edits/_check_all.html.erb