index.html.haml revision 57e73eaddaec4ae4d9df8b67dce4dd5c90a15361
- if parent
= repository_nav parent.repository, :ontologies, disable_actions: true
= ontology_nav parent, :categories
These ontology is assigned to following Categories
- parent.categories.each do |cat|
%li= link_to cat, cat
- else
%h2 Categories
click on one category to see the Ontologies which are in it
.well
= render partial: 'categories'