summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-05-23 13:38:25 +0200
committermr <mr@mrautenberg.de>2011-05-23 13:38:25 +0200
commit1b38f31db88255d90947ad5b4d2b088988ce8bbd (patch)
treeb9e710986fd7e9cf00636c5a46a4fdfd4a99c037 /views/models.haml
parent6f161255e47a2198624ae1bc7149b45a07a32bc9 (diff)
parentcfa443a8e93bd6f0e574c7c96f4cb0895a17c6f4 (diff)
Merge branch 'release/2.0.0'v2.0.0
Diffstat (limited to 'views/models.haml')
-rw-r--r--views/models.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/models.haml b/views/models.haml
index 67c061c..6724807 100644
--- a/views/models.haml
+++ b/views/models.haml
@@ -6,18 +6,18 @@
setTimeout('checkStati("#{stati_to_check}", "#{subjectstring}")',5000);
}
var reload_validation = true;
- //if(reload_validation) setTimeout('checkValidation()',15000);
});
-# %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. 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 :lazar_description, :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
+- if @models
+ - @models.each do |model|
+ = haml :model, :locals=>{:model=>model,:subjectstring=>subjectstring}, :layout => false