Sha256: e0150c733b1c6b3bb6ba480865e5bf31b920090669457bd74a2a650c4df12a96

Contents?: true

Size: 789 Bytes

Versions: 15

Compression:

Stored size: 789 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-secondary"
          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

15 entries across 15 versions & 1 rubygems

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