From 06a2f447ac99a37a60c71bb1c7b988beaa213e56 Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 23 Sep 2015 12:29:46 +0200 Subject: enable csv download --- views/prediction.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'views/prediction.haml') diff --git a/views/prediction.haml b/views/prediction.haml index 87f8511..a03b509 100644 --- a/views/prediction.haml +++ b/views/prediction.haml @@ -6,8 +6,9 @@ }); }); %div.well - %a.btn.btn-warning{:href => to('/predict')} Make New Prediction - + %a.btn.btn-warning{:href => to('/predict')} + %i.glyphicon.glyphicon-menu-left + Make 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