summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-03-15 16:33:15 +0100
committermr <mr@mrautenberg.de>2011-03-15 16:33:15 +0100
commit422a5abc6c56f237d0bc84bce613e688867d0e16 (patch)
tree408cdc855d21b112808cde78da2f47c43af8db2e /views/models.haml
parenta6ee4587bfcb565e87ab597b4e1156467ab67152 (diff)
clean toxcreate.js, fix cancel edit modelname
Diffstat (limited to 'views/models.haml')
-rw-r--r--views/models.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/views/models.haml b/views/models.haml
index 77ea376..268cda2 100644
--- a/views/models.haml
+++ b/views/models.haml
@@ -6,16 +6,17 @@
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. This page is 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 :significant_fragments, :layout => false
+= haml :similarity, :layout => false
- if @models
- @models.each do |model|