summaryrefslogtreecommitdiff
path: root/views/model.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-25 19:04:46 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-25 19:04:46 +0200
commite5a3b5acc3b5d6fbc7245ebd31abad1fc3432552 (patch)
tree67bf62d0170df5a52badaf890feab95aa3d9fee6 /views/model.haml
parentd1baabf2ed8e2bcff1b5716fd983b93095b1cc4c (diff)
Improvements according to Sylvias comments
Diffstat (limited to 'views/model.haml')
-rw-r--r--views/model.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/views/model.haml b/views/model.haml
index dc003f6..b70bb43 100644
--- a/views/model.haml
+++ b/views/model.haml
@@ -30,7 +30,8 @@
- if model.status == 'Completed'
%dt Algorithm:
%dd
- %a{:href => model.algorithm} #{File.basename model.algorithm}
+ %a{:href => "http://www.in-silico.de/articles/modi020905.pdf"} #{File.basename model.algorithm}
+ -# %a{:href => model.algorithm} RDF/XML
%dt Descriptors:
%dd
%a{:href => 'http://www.maunz.de/libfminer2-bbrc-doc/'} Fminer backbone refinement classes
@@ -55,4 +56,4 @@
%a{:href => "#{model.uri}.yaml"} YAML
%em (experts, models cannot be exported in Excel)
= haml :model_validation, :locals=>{:model=>model}, :layout => false
- \ No newline at end of file
+