Sha256: ca8e540a2e7eea01da90c49afdb39861209596321231f0364fef2aacb133676a
Contents?: true
Size: 824 Bytes
Versions: 54
Compression:
Stored size: 824 Bytes
Contents
<div class="col-md-3 pull-right"> <%= form_for @collection, url: edit_collection_path, method: :get, class: "well form-search" do |f| %> <label class="sr-only">Search Collection <%= @collection.title %></label> <div class="input-group"> <%= text_field_tag :cq, params[:cq], class: "collection-query form-control", placeholder: "Search Collection", 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> Go</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 %> </div>
Version data entries
54 entries across 54 versions & 1 rubygems