summaryrefslogtreecommitdiff
path: root/views/predict.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-06-17 12:44:18 +0200
committergebele <gebele@in-silico.ch>2013-06-17 12:44:18 +0200
commit3bb0ba2c96572ff6b77a8a879fa1f3cd45ae000c (patch)
treef2c00ae58ad2792994af3687cee9aa686b3e10cc /views/predict.haml
parent5bc627dc499fb592312951f26538199444bd562a (diff)
added info icons; neighbors, color by class for text not background
Diffstat (limited to 'views/predict.haml')
-rw-r--r--views/predict.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/predict.haml b/views/predict.haml
index 369f3b8..98b9edb 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -78,9 +78,9 @@
#model
%input{:type => "checkbox", :name => "selection[#{model.title}]", :id => "selection[#{model.title}]", :value => true, :disabled => false}
%label{:for => "selection[#{model.title}]"}
- %b= model.title
+ = "DSSTox Carcinogenic Potency DBS "+model.title.split(" ").first
%a{:href=>"#", :alt=>"#{model.title} validation"}
- %i Validation Link
+ %i ( Validation Link )
%br
.close