Sha256: b320dd5b7c230eb58ddaa6b2e07f25d1b50214ed51537f7186a201d69b2da864

Contents?: true

Size: 637 Bytes

Versions: 8

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="badge badge-info"><%= result.model_name.human %></span>
</li>

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/partials/note/_search_result.html.erb
iqvoc-4.14.5 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.14.4 app/views/partials/note/_search_result.html.erb
iqvoc-4.14.4 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.13.2 app/views/partials/note/_search_result.html.erb
iqvoc-4.13.2 app/views/partials/note/skos/change_note/_search_result.html.erb
iqvoc-4.13.0 app/views/partials/note/_search_result.html.erb
iqvoc-4.13.0 app/views/partials/note/skos/change_note/_search_result.html.erb