Sha256: cae9d97f96d823cfa4bb5ad82fdca5449b8c07398e8572458170a88734b8700b
Contents?: true
Size: 832 Bytes
Versions: 17
Compression:
Stored size: 832 Bytes
Contents
<%= form_for presenter, method: :get, class: "well form-search" do |f| %> <label class="sr-only"><%= t('curation_concerns.collections.search_form.label', title: presenter.to_s) %></label> <div class="input-group"> <%= text_field_tag :cq, params[:cq], class: "collection-query form-control", placeholder: t('curation_concerns.collections.search_form.placeholder'), 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
17 entries across 17 versions & 1 rubygems