Sha256: 9a1ecb1018346fcdd2f113040f788b196e0904f0b0e1c1af43edbab6b79a1440

Contents?: true

Size: 787 Bytes

Versions: 49

Compression:

Stored size: 787 Bytes

Contents

<div class="modal fade" id="collection-to-delete-modal" tabindex="-1" role="dialog" aria-labelledby="delete-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_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

49 entries across 49 versions & 1 rubygems

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