Sha256: e546341de1f7d47d8c4e6ba14ff2403bc495042f33231688a42fedffec80a2b4

Contents?: true

Size: 414 Bytes

Versions: 14

Compression:

Stored size: 414 Bytes

Contents

<div class="form-group">
  <%= label_tag 'c', Iqvoc::Collection.base_class.model_name.human, :class => 'col-sm-2 control-label' %>
  <div class="col-sm-4">
    <%= select_tag 'c', options_for_select(@collections.sort { |a, b| a.pref_label.to_s <=> b.pref_label.to_s }.map { |c| [c.pref_label.to_s, c.origin] }, params[:c]), :class => 'form-control', :prompt => t('txt.views.search_results.all') %>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

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