Sha256: 1cc969ca6c04e8ffe4b58507085d4abacafa6715a4c6b80050310c191653d8ea

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

<%= render 'spotlight/shared/curation_sidebar' %>
<div id="content" class="col-md-9">
  <% @page_title = t(:'spotlight.curation.browse.title') %>

  <%= bootstrap_form_for @exhibit, url: update_all_exhibit_searches_path(@exhibit), style: :horizontal, right: "col-sm-10" do |f| %>

    <h1><%= t :'spotlight.curation.header' %></h1>
    <h2 class="text-muted"><%= t :'spotlight.curation.browse.header' %></h2>

    <div class="pull-right">
      <%= submit_tag t(:'spotlight.curation.browse.update'), class: "btn btn-default", disabled: @searches.empty? %>
    </div>

    <h4 class="clearfix">Browse Categories <span class="label label-default"><%=@searches.count%></span></h4>
    <div class="browse-instuctions">Select the categories you want to be displayed on the browse landing page. Drag and drop categories to change the order in which they appear on that page.</div>
    <div class="panel-group dd search_admin" id="nested-pages">
      <ol class="dd-list">
      <%= f.fields_for :searches do |p| %>
        <%= render partial: 'search', locals: { f: p} %>
      <% end %>
      </ol>
    </div>
  <% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-spotlight-0.0.1 app/views/spotlight/searches/index.html.erb