_group.html.haml revision a5db3b43f2fd314675b09ec7c90cfb4a1cc2bf5e
- ontology = Ontology.find_by_id(group.value)
%li
%h3= fancy_link ontology
%p
%strong= pluralize group.total, 'Symbol'
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'