Sha256: 7f2eb3c14962fb463923d9a7aedc8a9af433e5e4c7db685bad80c208967b9ea1

Contents?: true

Size: 619 Bytes

Versions: 6

Compression:

Stored size: 619 Bytes

Contents

<%= input_block :label => t('txt.views.search_results.for') do %>
  <label for="for_concept" class="radio"><%= radio_button_tag 'for', 'concept', params[:for] == "concept" %> <%= Iqvoc::Concept.base_class.model_name.human(:count => 2) %></label>
  <label for="for_collection" class="radio"><%= radio_button_tag 'for', 'collection', params[:for] == "collection" %> <%= Iqvoc::Collection.base_class.model_name.human(:count => 2) %></label>
  <label for="for_all" class="radio"><%= radio_button_tag 'for', 'all', !%w(concept collection).include?(params[:for]) %> <%= t("txt.views.search_results.all") %></label>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iqvoc-4.3.3 app/views/search_results/sections/_type.html.erb
iqvoc-4.3.2 app/views/search_results/sections/_type.html.erb
iqvoc-4.3.1 app/views/search_results/sections/_type.html.erb
iqvoc-4.3.0 app/views/search_results/sections/_type.html.erb
iqvoc-4.2.0 app/views/search_results/sections/_type.html.erb
iqvoc-4.1.3 app/views/search_results/sections/_type.html.erb