index.html.haml revision f4f335875509867dd238df7c92b0b8f4fe101705
= ontology_nav parent, :metadata
%p
= pluralize(collection.count, 'Metadatum')
.metadatable
%table
%thead
%tr
%th Key
%th Value
%th Last editor
%th Updated
%th
%tbody
= render collection
- if can? :create, parent.metadata.build
= render :partial => 'form'
- else
%p
Only owners and editors of this ontology are allowed to edit the metadata.