Sha256: 08e000443775fe43a9fd2d454ff75bef38c1ac2c99f0d90ef15e51bdfc59a2cb

Contents?: true

Size: 815 Bytes

Versions: 33

Compression:

Stored size: 815 Bytes

Contents

<div class="modal fade" id="selected-collections-delete-modal" 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-default" 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

33 entries across 33 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.9.5 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.9.4 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.9.3 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.9.2 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.9.1 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.9.0 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.8.0 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.7.2 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.7.1 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.7.0 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.6.0 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.5.1 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.5.0 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.4.1 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.4.0 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.3.3 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb
hyrax-2.3.2 app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb