Sha256: 43b774b0ecf9f40b72b65dbda3be8d8ec1a7aee8bccfc316fd2e038ea25148fb

Contents?: true

Size: 713 Bytes

Versions: 13

Compression:

Stored size: 713 Bytes

Contents

<div style="float: right;" >
  <%= form_for([collections, @collection], url: collections.edit_collection_path , 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)) %>
      <button type="submit" class="btn btn-primary" id="collection_submit"><i class="icon-search"></i> Go</button>
  <% end %>
</div>

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
curation_concerns-0.5.0 app/views/collections/_search_collection_dashboard_form.html.erb
curation_concerns-0.4.0 app/views/collections/_search_collection_dashboard_form.html.erb
curation_concerns-0.3.0 app/views/collections/_search_collection_dashboard_form.html.erb
curation_concerns-0.2.0 app/views/collections/_search_collection_dashboard_form.html.erb
curation_concerns-0.1.0 app/views/collections/_search_collection_dashboard_form.html.erb
worthwhile-0.1.2 app/views/collections/_search_collection_dashboard_form.html.erb
worthwhile-0.1.1 app/views/collections/_search_collection_dashboard_form.html.erb
worthwhile-0.1.0 app/views/collections/_search_collection_dashboard_form.html.erb
worthwhile-0.0.3 app/views/collections/_search_collection_dashboard_form.html.erb
worthwhile-0.0.2 app/views/collections/_search_collection_dashboard_form.html.erb
worthwhile-0.0.1 app/views/collections/_search_collection_dashboard_form.html.erb
sufia-4.0.0.beta4 app/views/collections/_search_collection_dashboard_form.html.erb
sufia-4.0.0.beta3 app/views/collections/_search_collection_dashboard_form.html.erb