summaryrefslogtreecommitdiff
path: root/views/error.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/error.haml')
-rw-r--r--views/error.haml10
1 files changed, 4 insertions, 6 deletions
diff --git a/views/error.haml b/views/error.haml
index e9a892e..bad965d 100644
--- a/views/error.haml
+++ b/views/error.haml
@@ -1,8 +1,6 @@
-.error
- .back
- %h1
- %img{:src=>"/images/arrow_left_float.png", :alt=>"<"}
- %a{:href => to('/predict')} New Prediction
- .message
+%div.well
+ %a.btn.btn-primary{:href => to('/predict')} New Prediction
+ %hr
+ %span.btn.btn-danger.btn-block.disabled
= @error_report