Sha256: 0d1f578283a0b728203f4457d71271f4eb5712bbc2a4a48e2e97f102d89b55e2
Contents?: true
Size: 842 Bytes
Versions: 8
Compression:
Stored size: 842 Bytes
Contents
<%= form_for [sufia, 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
8 entries across 8 versions & 1 rubygems