Sha256: 6af67e6100aee57f14d4e392b1c930346db62fee81bacdab38003a8f9df59448

Contents?: true

Size: 394 Bytes

Versions: 6

Compression:

Stored size: 394 Bytes

Contents

<%- if concept = result.owner -%>
  <dt>
    <%= link_to highlight_query(result.target.value, params[:query]), 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

6 entries across 6 versions & 1 rubygems

Version Path
iqvoc_skosxl-2.0.0 app/views/partials/labeling/skosxl/_search_result.html.erb
iqvoc_skosxl-1.2.3 app/views/partials/labeling/skosxl/_search_result.html.erb
iqvoc_skosxl-1.2.2 app/views/partials/labeling/skosxl/_search_result.html.erb
iqvoc_skosxl-1.2.1 app/views/partials/labeling/skosxl/_search_result.html.erb
iqvoc_skosxl-1.2.0 app/views/partials/labeling/skosxl/_search_result.html.erb
iqvoc_skosxl-1.1.4 app/views/partials/labeling/skosxl/_search_result.html.erb