summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-10-28 18:44:21 -0700
committerelijah <elijah@riseup.net>2013-10-28 18:44:21 -0700
commitf691ad87516043aaf7a5f1f55f82d4c1713be7a4 (patch)
treed287db8f8adf9df32bcf07c3a21bae2fd3379c0e /app/views
parent25e8050ed8f9c627493b51f8e9c9a730c71ddcd4 (diff)
fixed numerous bugs relating to localization
Diffstat (limited to 'app/views')
-rw-r--r--app/views/errors/error.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/errors/error.html.haml b/app/views/errors/error.html.haml
index 7f16eb5..45948ef 100644
--- a/app/views/errors/error.html.haml
+++ b/app/views/errors/error.html.haml
@@ -1,3 +1,6 @@
.dialog
%h1
- We're sorry, but something went wrong. \ No newline at end of file
+ We're sorry, but something went wrong.
+ %blockquote
+ - if @message
+ = h @message \ No newline at end of file