summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
authorroot <root@ot-dev.in-silico.ch>2011-03-16 13:52:50 +0000
committerroot <root@ot-dev.in-silico.ch>2011-03-16 13:52:50 +0000
commit95d6920fada55f7afd7a5c815e0d02a9dc83968b (patch)
tree70844307559a81959eaaad976b2191ea858c74b1 /views/models.haml
parentd2f80eb88b75e2c45ff5d59ca42ed5fc065cefd7 (diff)
parente61474c10be3f31c20ff53b83c687f3899325ed0 (diff)
Merge branch 'hotfix/v1.0.2'v1.0.2
Diffstat (limited to 'views/models.haml')
-rw-r--r--views/models.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/models.haml b/views/models.haml
index a99144a..67c061c 100644
--- a/views/models.haml
+++ b/views/models.haml
@@ -10,12 +10,14 @@
});
-# %p Get an overview about ToxCreate models. This page is refreshed every 15 seconds to update the model status.
-%p Get an overview about ToxCreate models. This page is refreshed every 5 seconds to update the model status.
+%p Get an overview about ToxCreate models. Parts of this page are refreshed every 5 seconds to update the model status.
-# explanations
= haml :lazar_description, :layout => false
= haml :classification, :layout => false
= haml :regression, :layout => false
+= haml :similarity, :layout => false
+= haml :significant_fragments, :layout => false
- @models.each do |model|
= haml :model, :locals=>{:model=>model,:subjectstring=>subjectstring}, :layout => false