Sha256: 56de407bf08a2dd0460067cf23974c82ea9a0f3edb7a8bf2b7e47a20006579b7
Contents?: true
Size: 851 Bytes
Versions: 4
Compression:
Stored size: 851 Bytes
Contents
<%= form_tag main_app.search_catalog_path, method: :get, class: "search-form" do %> <fieldset> <legend class="sr-only">Search <%= t('curation_concerns.product_name') %></legend> <%= label_tag :catalog_search, t('curation_concerns.search.form.q.label'), class: "sr-only" %> <%= render_hash_as_hidden_fields(search_state.params_for_search.except(:q, :search_field, :qt, :page, :utf8)) %> <%= text_field_tag(:q, params[:q], class: "q search-query", id: "catalog_search", placeholder: t('curation_concerns.search.form.q.placeholder'), tabindex: "1", type: "search") %> <button type="submit" class="search-submit btn btn-primary" id="keyword-search-submit" tabindex="2"> <i class="glyphicon glyphicon-search"></i><span class="sr-only">Search</span> </button> </fieldset> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems