Sha256: 382bfc7a0f8a77d6df4769dcdd765a1c4295d1b483e1f1899b63dd219c8b9631

Contents?: true

Size: 802 Bytes

Versions: 6

Compression:

Stored size: 802 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.model_name.human %></dd>
  </dl>
</li>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iqvoc-4.8.2 app/views/partials/note/_search_result.html.erb
iqvoc-4.8.1 app/views/partials/note/_search_result.html.erb
iqvoc-4.8.0 app/views/partials/note/_search_result.html.erb
iqvoc-4.7.0 app/views/partials/note/_search_result.html.erb
iqvoc-4.6.1 app/views/partials/note/_search_result.html.erb
iqvoc-4.6.0 app/views/partials/note/_search_result.html.erb