Sha256: d06cbe1d22855fc6dceaebb56be5484be8c02476a39e5eafd7bb9de08cc19a33

Contents?: true

Size: 418 Bytes

Versions: 14

Compression:

Stored size: 418 Bytes

Contents

<div class="form-group">
  <%= label_tag 'q', t('txt.views.search_results.search_term'), :class => 'col-sm-2 control-label' %>
  <div class="col-sm-4">
    <% if Iqvoc.searchable_classes.detect {|c| c.supports_multi_query? } %>
      <%= text_area_tag :q, params[:query], :class => 'form-control' %>
    <% else %>
      <%= text_field_tag :q, params[:query], :class => 'form-control' %>
    <% end %>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
iqvoc-4.11.1 app/views/search_results/sections/_terms.html.erb
iqvoc-4.11.0 app/views/search_results/sections/_terms.html.erb
iqvoc-4.10.0 app/views/search_results/sections/_terms.html.erb
iqvoc-4.9.0 app/views/search_results/sections/_terms.html.erb
iqvoc-4.8.2 app/views/search_results/sections/_terms.html.erb
iqvoc-4.8.1 app/views/search_results/sections/_terms.html.erb
iqvoc-4.8.0 app/views/search_results/sections/_terms.html.erb
iqvoc-4.7.0 app/views/search_results/sections/_terms.html.erb
iqvoc-4.6.1 app/views/search_results/sections/_terms.html.erb
iqvoc-4.5.2 app/views/search_results/sections/_terms.html.erb
iqvoc-4.6.0 app/views/search_results/sections/_terms.html.erb
iqvoc-4.5.1 app/views/search_results/sections/_terms.html.erb
iqvoc-4.5.0 app/views/search_results/sections/_terms.html.erb
iqvoc-4.4.0 app/views/search_results/sections/_terms.html.erb