Add proper error page for request timeouts
This commit is contained in:
parent
34ff11c496
commit
5b12624847
4 changed files with 17 additions and 2 deletions
5
app/views/errors/503.html.haml
Normal file
5
app/views/errors/503.html.haml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue