Sha256: 8828d98065984fce1706495c221597c255b709926521bb5c49442830dcfde26a

Contents?: true

Size: 680 Bytes

Versions: 4

Compression:

Stored size: 680 Bytes

Contents

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

      <label class="accessible-hidden">Search Collection <%= @presenter.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

4 entries across 4 versions & 1 rubygems

Version Path
curation_concerns-0.5.0 app/views/collections/_search_form.html.erb
curation_concerns-0.4.0 app/views/collections/_search_form.html.erb
curation_concerns-0.3.0 app/views/collections/_search_form.html.erb
curation_concerns-0.2.0 app/views/collections/_search_form.html.erb