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