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

Version Path
iqvoc-3.2.11 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.2.10 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.2.9 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.2.8 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.2.7 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.3.4 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.3.3 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.3.2 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.3.1 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.3.0 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.2.6 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.2.5 app/views/partials/labeling/skos/_search_result.html.erb
iqvoc-3.2.4 app/views/partials/labeling/skos/_search_result.html.erb