_group.html.haml revision ffddc54fc6bb11130abd3281dcd95159c7f3ce7f
- ontology = Ontology.find_by_id(group.value)
%li
%h3= link_with_title ontology
%p
%strong= pluralize group.total, "Entity"
found.
- if group.hits.count < group.total
Showing 1 - #{group.hits.count}
%thead
%tr
%th Text
%th Kind
%th Name
%th URI
%th Range
%tbody
= render :collection => group.hits, :partial => 'hit'