Sha256: 99a344c6d7f5a484e57c33bcd0be7cd88c8ba5d353557b8b2ecffd024ffd886c

Contents?: true

Size: 1.72 KB

Versions: 40

Compression:

Stored size: 1.72 KB

Contents

<div class="modal collectiontypes fade" id="collectiontypes-to-create" tabindex="-1" role="dialog" aria-labelledby="select-collectiontype-label">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <form class="new-collection-select">

        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal" aria-label="<%= t('hyrax.dashboard.collection_type_actions.close') %>"><span aria-hidden="true">&times;</span></button>
          <h4 class="modal-title" id="select-collectiontype-label"><%= t('hyrax.dashboard.collection_type_actions.select_type_of_collection') %></h4>
        </div>

        <div class="modal-body">
          <% @collection_type_list_presenter.each do |row_presenter| %>
            <div class="radio radio-button-list">
              <label>
                <input type="radio" name="collection_type"
                <% if row_presenter.admin_set? %>
                  data-path="<%= new_admin_admin_set_path %>"
                <% else %>
                  data-path="<%= append_collection_type_url(new_dashboard_collection_path, row_presenter.id) %>"
                <% end %> />
                <h4><%= row_presenter.title %></h4>
                <p><%= row_presenter.description %></p>
              </label>
            </div>
          <% end %>
        </div>

        <div class="modal-footer">
          <button type="button" class="btn btn-default" data-dismiss="modal"><%= t('hyrax.dashboard.collection_type_actions.close') %>
          </button>
          <input type="submit" class="btn btn-primary" value="<%= t('hyrax.dashboard.collection_type_actions.create_collection') %>" />
        </div>
      </form>
    </div><!-- ./modal-content -->
  </div>
</div>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-3.1.0 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.9.5 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-3.0.2 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-3.0.1 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-3.0.0 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.9.4 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.9.3 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.9.2 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.9.1 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.9.0 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.8.0 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.7.2 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.7.1 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.7.0 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-2.6.0 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb