Sha256: 095bc3a7ac0d0517cecc22e0fbac5ed5482f4ca9cf599285c1a3b862b3c29226

Contents?: true

Size: 630 Bytes

Versions: 16

Compression:

Stored size: 630 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>
        <span class="caret"></span>
      </a>
      <ul class="dropdown-menu">
        <%= render "batch_edits_actions" %>
      </ul>
    <% end %>
  </label>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.5.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.4.2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.4.1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.4.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.3.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.2.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.1.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.0.2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.0.1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.0.0 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/batch_edits/_check_all.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/batch_edits/_check_all.html.erb