summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-08-25 12:28:39 +0200
committerChristoph Helma <helma@in-silico.ch>2010-08-25 12:28:39 +0200
commitab9a669b922b3a7c72a60e96e2bbf65c062b05ab (patch)
tree2d32367819457a2b9c6480a2dd0a4effc2d648e4 /views/models.haml
parent6b422d9c03a0f72785d4f7bde9bd384835e5ce5a (diff)
initial version for quantitative features, some improvements suggested by david
Diffstat (limited to 'views/models.haml')
-rw-r--r--views/models.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/views/models.haml b/views/models.haml
index 806a935..6712e3d 100644
--- a/views/models.haml
+++ b/views/models.haml
@@ -10,5 +10,11 @@
});
%p Get an overview about ToxCreate models. This page is refreshed every 15 seconds to update the model status.
+
+-# explanations
+= haml :lazar_description, :layout => false
+= haml :classification, :layout => false
+= haml :regression, :layout => false
+
- @models.each do |model|
= haml :model, :locals=>{:model=>model}, :layout => false