<%- if owner = result.owner -%>
<% case owner.class.name %> <% when Iqvoc::Concept.base_class_name %> <%= link_to highlight_query(result.target.value, params[:query]), concept_path(:id => owner) %> <% when Iqvoc::Collection.base_class_name %> <%= link_to highlight_query(result.target.value, params[:query]), collection_path(:id => owner) %> <% end %> <%- if owner.additional_info.present? -%> (<%= owner.additional_info %>) <%- end -%>
<%= t('txt.views.search_results.type') %>: <%= result.class.model_name.human %>
<%- if result.target.language -%>
<%= t('txt.views.search_results.language') %>: <%= result.target.language %>
<%- end -%> <%- end -%>