Cross Reference: _category.html.haml
xref
: /
ontohub
/
app
/
views
/
categories
/
_category.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
- if category then
%li{:id =>
category.id
}
%a
= link_to "#{
category.name.gsub
(/_/, ' ')} (#{
category.related_ontologies.count
})", category
%ul
= render :partial => 'category', :collection =>
category.children.to_a