Sha256: 692edcbfdf414c70ec7a3db09ae42c4d34cf0911863fee0dfc922a1f36b5ccd6
Contents?: true
Size: 867 Bytes
Versions: 4
Compression:
Stored size: 867 Bytes
Contents
<%= form_tag main_app.catalog_index_path, method: :get, class: "search-form" do %> <fieldset> <legend class="accessible-hidden">Search <%= t('curation_concerns.product_name') %></legend> <%= label_tag :catalog_search, t('curation_concerns.search.form.q.label'), class: "accessible-hidden" %> <%= render_hash_as_hidden_fields(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="accessible-hidden">Search</span> </button> </fieldset> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems