Sha256: 504f3512c89614de2e795751b31551b84a781a8d308e2d55c4fd8d5aaed6bba4

Contents?: true

Size: 725 Bytes

Versions: 15

Compression:

Stored size: 725 Bytes

Contents

<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 t('hyrax.dashboard.my.action.edit_selected'), hyrax.edit_batch_edits_path, method: :get, class: "btn btn-update btn-primary submits-batches", data: { behavior: 'batch-edit' }, id: 'batch-edit' %>
    </div>
    <%= batch_delete %>
    <%= button_tag t('hyrax.dashboard.my.action.add_to_collection'),
        class: 'btn btn-primary submits-batches submits-batches-add',
        data: { toggle: "modal", target: "#collection-list-container" } %>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

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