Sha256: 085e11d92d200f00362c7034e1f4b0e4f5047c3390010d97dc2022fc693fe737

Contents?: true

Size: 1.63 KB

Versions: 45

Compression:

Stored size: 1.63 KB

Contents

<% content_for(:sidebar) do %>
  <%= render 'spotlight/shared/exhibit_sidebar' %>
<% end %>

<%= configuration_page_title %>
<%= bootstrap_form_for @blacklight_configuration, url: spotlight.exhibit_search_configuration_path(@exhibit), layout: :horizontal, label_col: 'col-md-3 col-sm-3', control_col: 'col-md-5 col-sm-5' do |f| %>

  <div role="tabpanel">
    <ul class="nav nav-tabs" role="tablist">
      <li role="presentation" class="nav-item">
        <a href="#options" aria-controls="options" role="tab" data-toggle="tab" class="nav-link active"><%= t(:'.tab.options') %></a>
      </li>
      <li role="presentation" class="nav-item">
        <a href="#facets" aria-controls="facets" role="tab" data-toggle="tab" class="nav-link"><%= t(:'.tab.facets') %></a>
      </li>
      <li role="presentation" class="nav-item">
        <a href="#results" aria-controls="results" role="tab" data-toggle="tab" class="nav-link"><%= t(:'.tab.results') %></a>
      </li>
    </ul>
    <div class="tab-content">
      <div role="tabpanel" class="tab-pane active" id="options">
        <%= render 'search_fields', f: f %>
      </div>

      <div role="tabpanel" class="tab-pane" id="facets">
        <%= render 'facets', f: f %>
      </div>

      <div role="tabpanel" class="tab-pane" id="results">
        <%= field_set_tag do %>
          <%= render 'document_index_view_types', f: f %>
          <%= render 'default_per_page', f: f %>
        <% end %>

        <%= render 'sort', f: f %>
      </div>

    </div>
  </div>

  <div class="form-actions">
    <div class="primary-actions">
      <%= f.submit nil, class: 'btn btn-primary' %>
    </div>
  </div>

<% end %>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta10 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.6.0.beta9 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.6.0.beta8 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.5.0.4 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.6.0.beta7 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.5.0.3 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.6.0.beta6 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.6.0.beta5 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.6.0.beta4 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.6.0.beta3 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.6.0.beta1 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.5.0.2 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.5.0.1 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.5.0 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.4.4.1 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.4.4 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.4.3 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.4.2.2 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.4.2.1 app/views/spotlight/search_configurations/edit.html.erb
blacklight-spotlight-3.4.2 app/views/spotlight/search_configurations/edit.html.erb