Sha256: 487a779a2216d3daf2b4f09c1e02e7bf3ab9dd32fcd468bf19a36d439366e159

Contents?: true

Size: 808 Bytes

Versions: 8

Compression:

Stored size: 808 Bytes

Contents

<li class="search-result" data-rdf-namespace="<%= iqvoc_default_rdf_namespaces[result.rdf_namespace.try(:to_sym)] %>" data-rdf-predicate="<%= result.rdf_predicate %>" data-rdf-value="<%= result.to_s %>" data-rdf-language="<%= result.language %>">
  <% if result.owner.is_a?(Concept::Base) %>
    <%= link_to "#{result.owner.pref_label.to_s} (#{result.owner.origin})", concept_path(:id => result.owner) %>
  <% elsif result.owner.is_a?(Label::Base) %>
    <%= link_to result.owner.value, label_path(:id => result.owner), :property => result.class.rdf_predicate, :lang => result.language %>
  <% end %>
  <dl class="search-result-meta">
    <dt class="search-result-key"><%= t('txt.views.search_results.type') %></dt>
    <dd class="search-result-value"><%= result.class.model_name.human %></dd>
  </dl>
</li>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
iqvoc-4.3.3 app/views/partials/note/_search_result.html.erb
iqvoc-4.5.2 app/views/partials/note/_search_result.html.erb
iqvoc-4.5.1 app/views/partials/note/_search_result.html.erb
iqvoc-4.5.0 app/views/partials/note/_search_result.html.erb
iqvoc-4.4.0 app/views/partials/note/_search_result.html.erb
iqvoc-4.3.2 app/views/partials/note/_search_result.html.erb
iqvoc-4.3.1 app/views/partials/note/_search_result.html.erb
iqvoc-4.3.0 app/views/partials/note/_search_result.html.erb