summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-09-23 12:29:46 +0200
committergebele <gebele@in-silico.ch>2015-09-23 12:29:46 +0200
commit06a2f447ac99a37a60c71bb1c7b988beaa213e56 (patch)
tree3ff32e29aaa6a287ba4e7df28167e91c71639e1a /views/prediction.haml
parent205a34e25b280fe2cffc2223730fffd2637661bf (diff)
enable csv download
Diffstat (limited to 'views/prediction.haml')
-rw-r--r--views/prediction.haml5
1 files changed, 3 insertions, 2 deletions
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;"}