Sha256: e07dfafb3389fb847ae0d0981f81596c9d21b6632656ec389f9f973482488e03

Contents?: true

Size: 1.05 KB

Versions: 10

Compression:

Stored size: 1.05 KB

Contents

<% provide :page_title, construct_page_title("Edit Collection #{@form.title.first}") %>

<%= provide :page_header do %>
  <h1>Edit Collection: <%= @form.title.first %></h1>
<% end %>

<% unless has_collection_search_parameters? %>
  <div class="row">
    <div class="col-xs-12 col-sm-10 pull-right">
      <%= render 'hyrax/collections/form' %>
    </div>
    <div class="col-xs-12 col-sm-2">
      <%= render 'hyrax/collections/media_display', presenter: @collection %>
      <%= render 'hyrax/collections/edit_actions' %>
    </div>
  </div>
<% end %>

<div class="row m-t-3">
  <h2 class="col-xs-12 col-sm-6"><%= t('hyrax.collection.edit.manage_items') %></h2>
  <div class="col-xs-12 col-sm-6">
    <%= render 'search_form', presenter: @collection %>
  </div>
</div>
<%= render 'hyrax/my/did_you_mean' %>
<%= render 'hyrax/my/facet_selected' %>
<%= render 'hyrax/collections/sort_and_per_page', collection: @collection if @response.response['numFound'] > 0 %>
<%= render 'document_list', documents: @member_docs, document_list_format: "dashboard" %>
<%= render 'paginate' %>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/collections/edit.html.erb
hyrax-1.1.0 app/views/hyrax/collections/edit.html.erb
hyrax-1.0.5 app/views/hyrax/collections/edit.html.erb
hyrax-1.0.4 app/views/hyrax/collections/edit.html.erb
hyrax-1.0.3 app/views/hyrax/collections/edit.html.erb
hyrax-1.0.2 app/views/hyrax/collections/edit.html.erb
hyrax-1.0.1 app/views/hyrax/collections/edit.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/collections/edit.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/collections/edit.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/collections/edit.html.erb