Sha256: 29b337524e49b623717be9ad3ccba7e5456a6393af0b216179aedf571608a21a

Contents?: true

Size: 461 Bytes

Versions: 38

Compression:

Stored size: 461 Bytes

Contents

<dt>
  <% if result.owner.is_a?(Concept::Base) %>
    <%= link_to highlight_query("#{result.owner.pref_label.to_s} (#{result.owner.origin})", params[:query]), concept_path(:id => result.owner) %><br>
  <% elsif result.owner.is_a?(Label::Base) %>
    <%= link_to highlight_query(result.owner.value, params[:query]), label_path(:id => result.owner) %><br>
  <% end %>
</dt>
<dd><%= t('txt.views.search_results.type') %>: <%= result.class.model_name.human %></dd>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
iqvoc-3.2.11 app/views/partials/note/_search_result.html.erb
iqvoc-3.2.10 app/views/partials/note/_search_result.html.erb
iqvoc-3.2.9 app/views/partials/note/_search_result.html.erb
iqvoc-4.2.0 app/views/partials/note/_search_result.html.erb
iqvoc-4.1.3 app/views/partials/note/_search_result.html.erb
iqvoc-4.1.2 app/views/partials/note/_search_result.html.erb
iqvoc-4.1.1 app/views/partials/note/_search_result.html.erb
iqvoc-4.1.0 app/views/partials/note/_search_result.html.erb
iqvoc-4.0.9 app/views/partials/note/_search_result.html.erb
iqvoc-4.0.8 app/views/partials/note/_search_result.html.erb
iqvoc-4.0.7 app/views/partials/note/_search_result.html.erb
iqvoc-4.0.6 app/views/partials/note/_search_result.html.erb
iqvoc-4.0.5 app/views/partials/note/_search_result.html.erb
iqvoc-4.0.4 app/views/partials/note/_search_result.html.erb
iqvoc-4.0.3 app/views/partials/note/_search_result.html.erb
iqvoc-4.0.2 app/views/partials/note/_search_result.html.erb
iqvoc-3.2.8 app/views/partials/note/_search_result.html.erb
iqvoc-4.0.1 app/views/partials/note/_search_result.html.erb
iqvoc-4.0.0 app/views/partials/note/_search_result.html.erb
iqvoc-3.5.7 app/views/partials/note/_search_result.html.erb