Sha256: 363d6ef9de9e5d864c6672ac4f4a700ec8e834a8073c1f36b8364e42c978d96b

Contents?: true

Size: 1014 Bytes

Versions: 15

Compression:

Stored size: 1014 Bytes

Contents

<div class="modal fade" id="selected-collections-delete-modal"
     data-plural-form="<%= t('hyrax.dashboard.my.action.collections_confirmation_plural') %>"
     data-singular-form="<%= t('hyrax.dashboard.my.action.collections_confirmation_singular') %>"
     tabindex="-1" role="dialog" aria-labelledby="delete-collection-label">
  <div class="modal-dialog">
    <div class="modal-content">
        <div class="modal-body">
          <p><%= t('hyrax.dashboard.my.action.collections_confirmation_html') %></p>
        </div>
        <div class="modal-footer">
          <div style="text-align: right; display: inline-block">
            <button type="button" class="btn btn-secondary" data-dismiss="modal"><%= t('helpers.action.cancel') %></button>
            <div style="float: right; margin-left: 10px;">
              <%= render 'hyrax/dashboard/collections/button_for_batch_delete_collection', label: t('helpers.action.delete') %>
            </div>
          </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/my/collections/_modal_delete_selected_collections.html.erb
hyrax-5.0.4 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-5.0.3 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-5.0.2 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-5.0.1 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-5.0.0 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-4.0.0 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb