From 6e4dca6d3480c8dcceb0042ce4fac146a06125cb Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 20 Oct 2015 15:23:42 +0000 Subject: layout cosmetic --- views/prediction.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/prediction.haml b/views/prediction.haml index 47bd9b7..f9807b4 100644 --- a/views/prediction.haml +++ b/views/prediction.haml @@ -8,7 +8,7 @@ %div.well %a.btn.btn-warning{:href => to('/predict')} %i.glyphicon.glyphicon-menu-left - Make New Prediction + New Prediction / displays all prediction result in first table %div.table-responsive %table.table.table-bordered{:id=>"overview", :style=>"background-color:white;"} -- cgit v1.2.3 From 5ad4c0c51931938f98486741fe478ad3a9794759 Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 21 Oct 2015 07:45:26 +0000 Subject: layout cosmetic --- views/batch.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/batch.haml b/views/batch.haml index 44d22f1..7d8fb7d 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;"} -- cgit v1.2.3