summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-05-28 21:09:13 +0200
committergebele <gebele@in-silico.ch>2013-05-28 21:09:13 +0200
commit5bc627dc499fb592312951f26538199444bd562a (patch)
treea89c823d4f6fa7ab17e50584d894c479cf62e389 /views
parent649705fdff411070e1461309e22156ccb8cd4205 (diff)
manually added endpoint list
Diffstat (limited to 'views')
-rw-r--r--views/predict.haml7
1 files changed, 5 insertions, 2 deletions
diff --git a/views/predict.haml b/views/predict.haml
index ea090c1..369f3b8 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -69,8 +69,11 @@
});
#models{ :style => "display: none;"}
- %p Please observe validation report for details.
- %br
+ %i Please observe validation report for model details.
+
+ // TODO order models by echa endpoint currently manually added and to find in model.type[0].split("#").last
+ #endpoint
+ %b= "Carcinogenicity:"
- @models.each do |model|
#model
%input{:type => "checkbox", :name => "selection[#{model.title}]", :id => "selection[#{model.title}]", :value => true, :disabled => false}