Sha256: 45d965ad636c57e51a5b8e466e4b9779291f80dbb1fb6f8d449e048ec67b37dc
Contents?: true
Size: 870 Bytes
Versions: 36
Compression:
Stored size: 870 Bytes
Contents
<%= form_for presenter, url: url, method: :get, class: "well form-search" do |f| %> <label class="sr-only"><%= t('hyrax.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('hyrax.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> <%= t('hyrax.collections.search_form.button_label') %></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
36 entries across 36 versions & 1 rubygems