index.html.haml revision db7b1bfd41eb01238f00c7df022f4c11d6414e8c
= repository_nav parent.repository, :ontologies
= ontology_nav parent, :metadata
.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.