Sha256: b628d5ed41714c35495012f475a8e63aa13a8f4c06d200d9ac78f1f99bb1d2ad

Contents?: true

Size: 808 Bytes

Versions: 50

Compression:

Stored size: 808 Bytes

Contents

<div class="modal fade" id="collection-empty-to-delete-modal" tabindex="-1" role="dialog" aria-labelledby="delete-empty-collection-label">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-body">
        <div class="modal-ajax-alert"></div>
        <p><%= t('hyrax.dashboard.my.action.collections_confirmation_no_items_html') %></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-delete-button"
          title="<%= t("hyrax.dashboard.my.action.delete_collection") %>">
          <%= t('helpers.action.delete') %>
        </button>
      </div>
    </div>
  </div>
</div>

Version data entries

50 entries across 50 versions & 1 rubygems

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