Sha256: 1a885465460a292a9b52052e4a59212afdc7682c4ee1052c85c2e41e05483acb
Contents?: true
Size: 423 Bytes
Versions: 2
Compression:
Stored size: 423 Bytes
Contents
<div class="form-group row"> <%= label_tag 't', t('txt.views.search_results.for'), :class => 'col-sm-2 col-form-label' %> <div class="col-sm-3"> <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iqvoc-4.13.2 | app/views/search_results/sections/_klass.html.erb |
iqvoc-4.13.0 | app/views/search_results/sections/_klass.html.erb |