Sha256: 0e7264200f1543dbb77a0c97851efe76d737bd575d7dc93374660b4ef5b13e4d

Contents?: true

Size: 472 Bytes

Versions: 9

Compression:

Stored size: 472 Bytes

Contents

<dt>
  <%= t("txt.views.search_results.search_term_in_results") %>: <%= result[:query] %><br>
  Ergebnisse:<br>
  <span style="font-weight: normal">
    <% if result[:result].blank? %>
      <%= t("txt.views.search_results.no_results") %>
    <% else %>
      <% result[:result].group_by{|i| i.label}.each do |key, value| %>
        <%= link_to(key.value, label_path(:id => key)) %> (<%= value.map(&:value).join(", ") %>)<br>
      <% end %>
    <% end %>
  </span>
</dt>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
iqvoc_inflectionals-2.1.0 app/views/partials/inflectional/_search_result.html.erb
iqvoc_inflectionals-2.0.3 app/views/partials/inflectional/_search_result.html.erb
iqvoc_inflectionals-2.0.2 app/views/partials/inflectional/_search_result.html.erb
iqvoc_inflectionals-2.0.1 app/views/partials/inflectional/_search_result.html.erb
iqvoc_inflectionals-2.0.0 app/views/partials/inflectional/_search_result.html.erb
iqvoc_inflectionals-1.1.3 app/views/partials/inflectional/_search_result.html.erb
iqvoc_inflectionals-1.1.1 app/views/partials/inflectional/_search_result.html.erb
iqvoc_inflectionals-1.1.0 app/views/partials/inflectional/_search_result.html.erb
iqvoc_inflectionals-1.0.1 app/views/partials/inflectional/_search_result.html.erb