summaryrefslogtreecommitdiff
path: root/views/error.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-03-27 17:11:59 +0100
committergebele <gebele@in-silico.ch>2013-03-27 17:11:59 +0100
commitde03020a09cdc6438d27916207cab1de554a70f2 (patch)
tree65192a060f7793d7741cb1c5f5d91f124ba9e0b6 /views/error.haml
parent2b02d8fdafe4ea4d4027d5aa18d56fc77ec5ef9a (diff)
error handling compound names;smiles validation
Diffstat (limited to 'views/error.haml')
-rw-r--r--views/error.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/error.haml b/views/error.haml
new file mode 100644
index 0000000..9aced43
--- /dev/null
+++ b/views/error.haml
@@ -0,0 +1,8 @@
+.error
+ .back
+ %h1
+ %img{:src=>"/images/arrow_left_float.png", :alt=>"arrow"}
+ %a{:href => to('/predict')} New Prediction
+ %error
+ = @error_report.to_s
+