Sha256: fdb8b0f752a8cfd7b3be8142dce5946c5bca58fabb6ca3ac58e44cd143fd77ad

Contents?: true

Size: 985 Bytes

Versions: 12

Compression:

Stored size: 985 Bytes

Contents

<%= render 'did_you_mean' %>

<%= render 'facets' %>
<%= render 'constraints' %>

<div class="row">
  <div class="col-sm-5 col-md-6">
    <%= render 'hyrax/my/sort_and_per_page' %>
  </div>
  <div class="col-sm-7 col-md-6">
    <%= render 'search_form' %>
  </div>
</div>

<div class="batch-info">
  <%= render 'hyrax/dashboard/collections/form_for_select_collection', user_collections: @user_collections %>

  <div class="batch-toggle">
    <% session[:batch_edit_state] = "on" %>
    <div class="button_to-inline">
      <%= button_to "Edit Selected", hyrax.edit_batch_edits_path, method: :get, class: "btn btn-update btn-primary hidden submits-batches", data: { behavior: 'batch-edit' }, id: 'batch-edit' %>
    </div>
    <% if on_my_works? %>
      <%= batch_delete %>
      <%= button_tag "Add to Collection", class: 'btn btn-primary submits-batches submits-batches-add',
          data: { toggle: "modal", target: "#collection-list-container" } %>
    <% end %>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.2 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.1 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.0 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/my/_search_header.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/my/_search_header.html.erb