Sha256: 9f074e7673d6317022f492f8d0abe1beee7e4dd08b037060c00b39849177d0c7

Contents?: true

Size: 416 Bytes

Versions: 3

Compression:

Stored size: 416 Bytes

Contents

<% if concept = result.owner %>
  <dt>
    <%= link_to search_result_label(highlight_query(result.target.value, params[:query]), concept), concept_path(:id => concept) %>
  </dt>
  <dd><%= t('txt.views.search_results.type') %>: <%= result.class.model_name.human %></dd>
  <% if result.target.language %>
    <dd><%= t('txt.views.search_results.language') %>: <%= result.target.language %></dd>
  <% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iqvoc_skosxl-2.1.0 app/views/partials/labeling/skosxl/_search_result.html.erb
iqvoc_skosxl-2.0.2 app/views/partials/labeling/skosxl/_search_result.html.erb
iqvoc_skosxl-2.0.1 app/views/partials/labeling/skosxl/_search_result.html.erb