index.html.haml revision 70143822e0ed7eabaa1d51394bf3151911c73400
- if parent
= repository_nav parent.repository, :ontologies
= ontology_nav parent, :projects
%table.table
%thead
%tr
%th Porject Name
%th Description
%th Institution
%th Contact
%th Homepage
%tbody
- if @project
%tr
%td= @project.name
%td= @project.description
%td= @project.institution
%td= @project.contact
%td= @project.homepage