summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-16 17:35:34 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-16 17:35:34 +0100
commitb2b9497fa107a82242f1a8982161b7301a585f8f (patch)
treec6da960ef2be40ac702505303413cc88cf695bd8 /views/models.haml
parent0c83e4ad2990075384788eb959bb799c49a098fe (diff)
OWL-DL export added
Diffstat (limited to 'views/models.haml')
-rw-r--r--views/models.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/views/models.haml b/views/models.haml
index 7f4841f..e80695f 100644
--- a/views/models.haml
+++ b/views/models.haml
@@ -23,11 +23,12 @@
%dd= model.created_at
%dt Details:
%dd= model.messages
- %dt URI:
+ %dt Download:
%dd
- if model.uri
- %a{:href => model.uri, :accept => "application/rdf+xml"} #{model.uri}
- %em (model representation in OWL-DL - experts only)
+ -# %a{:href => model.uri, :accept => "application/x-yaml"} yaml
+ %a{:href => model.uri, :accept => "application/rdf+xml"} OWL-DL model representation
+ %em (experts only)
- else
%em model under construction
= image_tag("/snake_transparent.gif")