Sha256: bb798a0f099a51d8de7d2555ee6869c3df6c00f17d52c62aa11aa6c4189d1c57
Contents?: true
Size: 751 Bytes
Versions: 31
Compression:
Stored size: 751 Bytes
Contents
<%= form_for presenter, method: :get, class: "well form-search" do |f| %> <label class="sr-only">Search Collection <%= presenter.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 %>
Version data entries
31 entries across 31 versions & 1 rubygems