Sha256: 42aa69f7152c42b3394247f1d9b4b9bafea56b6da5d5f5b774ad540971b1804e
Contents?: true
Size: 725 Bytes
Versions: 13
Compression:
Stored size: 725 Bytes
Contents
<%- if owner = result.owner -%> <dt> <% 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 -%> </dt> <dd><%= t('txt.views.search_results.type') %>: <%= result.class.model_name.human %></dd> <%- if result.target.language -%> <dd><%= t('txt.views.search_results.language') %>: <%= result.target.language %></dd> <%- end -%> <%- end -%>
Version data entries
13 entries across 13 versions & 1 rubygems