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