Sha256: d72e72f4c73db0664d4886451abc9e01bf5236bd8d268d531673f76d079fa350
Contents?: true
Size: 881 Bytes
Versions: 2
Compression:
Stored size: 881 Bytes
Contents
<%= form_tag main_app.search_catalog_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(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="accessible-hidden">Search</span> </button> </fieldset> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
curation_concerns-0.7.0 | app/views/shared/_site_search.html.erb |
curation_concerns-0.6.0 | app/views/shared/_site_search.html.erb |