Sha256: d023023f97e76c7f7388d2dcd23505cfb46f1c99b184558c99003608c1a71908
Contents?: true
Size: 716 Bytes
Versions: 7
Compression:
Stored size: 716 Bytes
Contents
<%= form_tag catalog_index_path, :method => :get, :class => "search-form" do %> <fieldset> <legend class="accessible-hidden">Search <%=t('sufia.product_name')%></legend> <%= label_tag :catalog_search, t('sufia.search.form.q.label'), :class => "accessible-hidden" %> <%= text_field_tag( :q, params[:q], :class => "q search-query", :id => "catalog_search", :placeholder => t('sufia.search.form.q.placeholder'), :size => "30", :tabindex => "1", :type => "search", )%><button type="submit" class="search-submit btn btn-primary" id="search-submit-header" tabindex="2"> <i class="icon-search icon-white"></i> Go </button> </fieldset> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems