Sha256: 45d965ad636c57e51a5b8e466e4b9779291f80dbb1fb6f8d449e048ec67b37dc

Contents?: true

Size: 870 Bytes

Versions: 36

Compression:

Stored size: 870 Bytes

Contents

  <%= form_for presenter, url: url, method: :get, class: "well form-search" do |f| %>
      <label class="sr-only"><%= t('hyrax.collections.search_form.label', title: presenter.to_s) %></label>
      <div class="input-group">
        <%= text_field_tag :cq, params[:cq], class: "collection-query form-control", placeholder: t('hyrax.collections.search_form.placeholder'), size: '30', type: "search", id: "collection_search" %>
        <div class="input-group-btn">
          <button type="submit" class="btn btn-primary" id="collection_submit"><i class="glyphicon glyphicon-search"></i> <%= t('hyrax.collections.search_form.button_label') %></button>
        </div>
      </div>
      <%= hidden_field_tag :sort, params[:sort], id: 'collection_sort' %>
      <%= render_hash_as_hidden_fields(search_state.params_for_search.except(:cq, :sort, :qt, :page)) %>
  <% end %>

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.9.5 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.9.4 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.9.3 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.9.2 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.9.1 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.9.0 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.8.0 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.7.2 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.7.1 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.7.0 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.6.0 app/views/hyrax/collections/_search_form.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/collections/_search_form.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.5.1 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.5.0 app/views/hyrax/collections/_search_form.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.4.1 app/views/hyrax/collections/_search_form.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/collections/_search_form.html.erb
hyrax-2.4.0 app/views/hyrax/collections/_search_form.html.erb