From 3e91ce8f09ff0830a87c4e337b678810d5de0f6c Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 23 Oct 2015 09:31:12 +0000 Subject: moved model details to new file and call it onclick;makup validated but svg images not;consistent layout --- views/batch.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views/batch.haml') diff --git a/views/batch.haml b/views/batch.haml index 44d22f1..8389651 100644 --- a/views/batch.haml +++ b/views/batch.haml @@ -1,7 +1,7 @@ %div.well %a.btn.btn-warning{:href => to('/predict')} %span.glyphicon.glyphicon-menu-left{:aria=>{:hidden=>"true"}} - Make New Prediction + New Prediction / displays all prediction result in first table %div.table-responsive %table.table.table-bordered{:id=>"batch", :style=>"background-color:white;"} @@ -24,7 +24,7 @@ %p= compound.smiles / array = single prediction [endpoint, result] - values.each_with_index do |array,i| - %td{:style=>"vertical-align:top;"} + %td{:style=>"vertical-align:top;white-space:nowrap;"} - model = array[0] - prediction = array[1] %b{:class => "title"} @@ -52,5 +52,5 @@ %p - else %p - Not enough similar compounds in training dataset. + = "Not enough similar compounds
in training dataset." %p -- cgit v1.2.3