Sha256: 5a83f0730c0435285a097713ee60bd0aac1037b30cc1028d168c8bcbfb77e01f

Contents?: true

Size: 637 Bytes

Versions: 4

Compression:

Stored size: 637 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), :lang => result.language %>
  <% end %>
  <span class="label label-info"><%= result.model_name.human %></span>
</li>

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
iqvoc-4.12.1 app/views/partials/note/_search_result.html.erb
iqvoc-4.12.1 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.12.0 app/views/partials/note/_search_result.html.erb
iqvoc-4.12.0 app/views/partials/note/skos/change_note/_search_result.html.erb