Sha256: c3e2682dd5dfc9e3a2fdb365e66f802d5942c11dc4ad4669e24c8cb8bf4666d0

Contents?: true

Size: 881 Bytes

Versions: 49

Compression:

Stored size: 881 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-default" 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

49 entries across 49 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.5.0 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.4.2 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.4.1 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.4.0 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.3.0 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.2.0 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-2.9.6 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.1.0 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.0.2 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.0.1 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.0.0 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb