Sha256: ac13f05818b37093decccfa2e0aa9ad6d9fbe91bdcee107588770fd1cae47c4b

Contents?: true

Size: 933 Bytes

Versions: 1

Compression:

Stored size: 933 Bytes

Contents

<%= form_tag search_action_url, :method => :get, :class => 'header-search-form form-inline' do %>
    <%= render_hash_as_hidden_fields(params_for_search(:search_field => default_search_field[:key]).except('q', 'qt', 'page', 'utf8', 'f', 'sort', 'mlt_id', 'coordinates', 'spatial_search_type', 'view')) %>

    <div class="input-group pull-left">
      <label for="q" class="sr-only"><%= t('blacklight.search.form.q') %></label>
      <%= text_field_tag :q, nil, :placeholder => t('blacklight.search.form.q'), :class => 'search_q q form-control input-sm', :id => 'q'%>
      <span class="input-group-btn">
              <button type="submit" class="btn btn-primary search-btn btn-xs" id="search">
                <span class="submit-search-text"><%=t('blacklight.search.form.submit')%></span>
                <span class="glyphicon glyphicon-search glyphicon-white"></span>
              </button>
      </span>

    </div>

<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commonwealth-vlr-engine-0.0.1 app/views/shared/_search_form_header.html.erb