Sha256: 6cb54d019497dca7ea7e31862e10cee3ffcd1072e44b65c7e619e7adb684de96
Contents?: true
Size: 726 Bytes
Versions: 2
Compression:
Stored size: 726 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(search_state.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
curation_concerns-0.7.0 | app/views/collections/_search_collection_dashboard_form.html.erb |
curation_concerns-0.6.0 | app/views/collections/_search_collection_dashboard_form.html.erb |