summaryrefslogtreecommitdiff
path: root/views/error.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-06-18 12:07:25 +0200
committergebele <gebele@in-silico.ch>2015-06-18 12:07:25 +0200
commitd356e84babc0b753ba29f27f589b5a85bbd2e982 (patch)
tree878839cb4019518424e0c0a2dee17471802633e7 /views/error.haml
parent1bcf3e70deeac061db0450587668af442cbc6bc5 (diff)
general css update with bootstrap
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