Sha256: ec2650eebe6b70a6304f47ee81060b14857acf9a5f3a3e5f22d39e3873e8b48c

Contents?: true

Size: 1.21 KB

Versions: 12

Compression:

Stored size: 1.21 KB

Contents

<% provide :page_title, construct_page_title( t('.header', title: @form.title.first) ) %>

<%= provide :page_header do %>
  <h1><span class="fa fa-edit"></span><%= t('.header', title: @form.title.first) %></h1>
<% end %>

<% unless has_collection_search_parameters? %>
  <div class="row">
    <div class="col-md-12">
      <%= render 'form' %>
    </div>
  </div>

  <div class="row">
    <div class="col-md-12">
      <div class="panel panel-default">
        <div class="panel-body">
          <%= render 'edit_actions' %>

          <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 'hyrax/collections/search_form', presenter: @collection %>
            </div>
          </div>
          <%= render 'hyrax/my/did_you_mean' %>
          <%= render 'hyrax/my/facet_selected' %>
          <%= render 'sort_and_per_page', collection: @collection if @response.response['numFound'] > 0 %>
          <%= render 'document_list', documents: @member_docs, document_list_format: "dashboard" %>
          <%= render 'hyrax/collections/paginate' %>
        </div>
      </div>
    </div>
  </div>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.2 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.1 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.0 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/dashboard/collections/edit.html.erb