Sha256: 06fd86043f65c6953f91fe26fd000359fd47b921a7fe376fcc3a70d31873f458

Contents?: true

Size: 743 Bytes

Versions: 24

Compression:

Stored size: 743 Bytes

Contents

<dt>
  <% result.annotations.each do |annotation| %>
    <% if result.owner.is_a?(Concept::Base) %>
      <%= link_to highlight_query("#{annotation.predicate}: #{annotation.value}", params[:query]), concept_path(:id => result.owner) %><br>
    <% elsif result.owner.is_a?(Label::Base) %>
      <%= link_to highlight_query("#{annotation.predicate}: #{annotation.value}", params[:query]), label_path(:id => result.owner) %><br>
    <% elsif result.owner.is_a?(Collection::Base) %>
      <%= link_to highlight_query("#{annotation.predicate}: #{annotation.value}", params[:query]), collection_path(:id => result.owner) %><br>
    <% end %>
  <% end %>
</dt>
<dd><%= t('txt.views.search_results.type') %>: <%= result.class.model_name.human %></dd>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
iqvoc-4.2.0 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.1.3 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.1.2 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.1.1 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.1.0 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.0.9 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.0.8 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.0.7 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.0.6 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.0.5 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.0.4 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.0.3 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.0.2 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.0.1 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.0.0 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-3.5.7 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-3.5.6 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-3.5.5 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-3.5.4 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-3.5.3 app/views/partials/note/skos/change_note/_search_result.html.erb