_ontology_version.html.haml revision d79e030993a7d41dd0becfe941633e23997a6717
%tr
%td= link_to ontology_version.commit_oid[0..8], repository_ref_path(ontology_version.repository, ontology_version.commit_oid, :diff)
%td= timestamp ontology_version
%td= ontology_version.user ? fancy_link(ontology_version.user) : '-'
%td
= status ontology_version
- if updated_at = ontology_version.state_updated_at
(#{timestamp updated_at})
= format_error_message ontology_version.last_error
%td= link_to 'Download', fancy_repository_path(resource_chain[0], path: resource_chain[1].path, ref: ontology_version.commit_oid, action: :download), class: 'btn btn-xs btn-default'