Sha256: ca4bfe606e25bb08c95ecb54395cf72774c06eda6f7737e32b20a5245226ae48

Contents?: true

Size: 707 Bytes

Versions: 19

Compression:

Stored size: 707 Bytes

Contents

<div style="float: right;" >
  <%= form_for([collections, @collection] , :method => :get, :class => "well form-search") do |f| %>

      <label class="accessible-hidden">Search Collection <%=@collection.title %></label>
      <%= text_field_tag :cq, params[:cq], :class => "collection-query", :placeholder => "Search Collection", :size => '30', :type => "search", :id => "collection_search" %>
      <%= hidden_field_tag :sort, params[:sort], :id => 'collection_sort' %>
      <%= render_hash_as_hidden_fields(params_for_search.except(:cq, :sort, :qt, :page)).html_safe %>
      <button type="submit" class="btn btn-primary" id="collection_submit"><i class="icon-search"></i> Go</button>
  <% end %>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
hydra-collections-5.0.4 app/views/collections/_search_form.html.erb
hydra-collections-6.0.0 app/views/collections/_search_form.html.erb
hydra-collections-6.0.0.rc2 app/views/collections/_search_form.html.erb
hydra-collections-6.0.0.rc1 app/views/collections/_search_form.html.erb
hydra-collections-5.0.3 app/views/collections/_search_form.html.erb
hydra-collections-6.0.0.alpha app/views/collections/_search_form.html.erb
hydra-collections-5.0.2 app/views/collections/_search_form.html.erb
hydra-collections-5.0.1 app/views/collections/_search_form.html.erb
hydra-collections-5.0.0 app/views/collections/_search_form.html.erb
hydra-collections-4.0.0 app/views/collections/_search_form.html.erb
hydra-collections-4.0.0.rc3 app/views/collections/_search_form.html.erb
hydra-collections-4.0.0.rc2 app/views/collections/_search_form.html.erb
hydra-collections-4.0.0.rc1 app/views/collections/_search_form.html.erb
hydra-collections-4.0.0.beta4 app/views/collections/_search_form.html.erb
hydra-collections-4.0.0.beta3 app/views/collections/_search_form.html.erb
hydra-collections-4.0.0.beta2 app/views/collections/_search_form.html.erb
hydra-collections-4.0.0.beta1 app/views/collections/_search_form.html.erb
hydra-collections-3.0.0.beta2 app/views/collections/_search_form.html.erb
hydra-collections-3.0.0.beta1 app/views/collections/_search_form.html.erb