Sha256: e34f415ba0065019ac2e0b5f88b2c019f8e4801b3e1710623bbbc8fc02aee7cc

Contents?: true

Size: 418 Bytes

Versions: 14

Compression:

Stored size: 418 Bytes

Contents

<div class="form-group">
  <%= label_tag 't', t('txt.views.search_results.for'), :class => 'col-sm-2 control-label' %>
  <div class="col-sm-4">
    <select name="t" id="t" class="search_type form-control">
      <%= options_for_select(Iqvoc.searchable_class_names.map { |klass, identifier|
          [klass.constantize.model_name.human(:count => 2), identifier]
        }, params[:t]) %>
    </select>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

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