Improve error page layouting. 500 page has to stay static because it's
used from nginx when Rails fails.
This commit is contained in:
5
app/views/errors/410.html.haml
Normal file
5
app/views/errors/410.html.haml
Normal file
@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
The page you were looking for doesn't exist anymore
|
||||
|
||||
- content_for :content do
|
||||
The page you were looking for doesn't exist anymore
|
Reference in New Issue
Block a user