diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-02 19:43:09 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-02 19:43:44 +0200 |
commit | 5b12624847f6a599e1bbb3b24fc87c3b222e6716 (patch) | |
tree | f6fda89ae5288e5e48d12c534562f10aca290f11 /app/views | |
parent | 34ff11c49600e2ca8547f4044f2c73b33aa70c34 (diff) |
Add proper error page for request timeouts
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/errors/503.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/errors/503.html.haml b/app/views/errors/503.html.haml new file mode 100644 index 000000000..f88d50d36 --- /dev/null +++ b/app/views/errors/503.html.haml @@ -0,0 +1,5 @@ +- content_for :page_title do + Request timeout + +- content_for :content do + It took too long to process your request. This might be a temporary server issue |