From 3bb0ba2c96572ff6b77a8a879fa1f3cd45ae000c Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 17 Jun 2013 12:44:18 +0200 Subject: added info icons; neighbors, color by class for text not background --- views/predict.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/predict.haml') 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 -- cgit v1.2.3