From f691ad87516043aaf7a5f1f55f82d4c1713be7a4 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 28 Oct 2013 18:44:21 -0700 Subject: fixed numerous bugs relating to localization --- app/views/errors/error.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/views/errors') 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 -- cgit v1.2.3