Sha256: 71e283eb4115d37650e51aaa4265417a32e841b5a95a42c05d1ce922af41bd6a

Contents?: true

Size: 883 Bytes

Versions: 15

Compression:

Stored size: 883 Bytes

Contents

<div class="modal fade" id="collection-remove-from-collection-modal" tabindex="-1" role="dialog">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="delete-collection-form">
        <div class="modal-body">
          <!-- Any alert messaging mounts to this element -->
          <div class="modal-ajax-alert"></div>

          <p><%= t('hyrax.dashboard.collections.form_relationships.modals.remove_from_collection_description') %></p>
        </div>
        <div class="modal-footer">
          <button type="button" class="btn btn-secondary" data-dismiss="modal"><%= t('helpers.action.cancel') %></button>
          <button
            type="button"
            class="btn btn-danger modal-button-remove-collection">
            <%= t('helpers.action.remove') %>
          </button>
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

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