Sha256: cd070aa58e93c5147ec195034f72ac9e89b57e687654965fe39aee8a965e4912

Contents?: true

Size: 507 Bytes

Versions: 14

Compression:

Stored size: 507 Bytes

Contents

<div class="form-group">
  <%= label_tag 'qt', t('txt.views.search_results.mode'), :class => 'col-sm-2 control-label' %>
  <div class="col-sm-4">
    <%= select_tag :qt, options_for_select([
        [t('txt.views.search_results.contains'), 'contains'],
        [t('txt.views.search_results.exact'), 'exact'],
        [t('txt.views.search_results.ends_with'), 'ends_with'],
        [t('txt.views.search_results.begins_with'), 'begins_with']
      ], params[:qt]), :class => 'form-control' %>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

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