Improve error page layouting. 500 page has to stay static because it's
used from nginx when Rails fails.
This commit is contained in:
parent
b4a4eb73ae
commit
e22a56183a
9 changed files with 54 additions and 132 deletions
5
app/views/errors/404.html.haml
Normal file
5
app/views/errors/404.html.haml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- content_for :page_title do
|
||||
The page you were looking for doesn't exist
|
||||
|
||||
- content_for :content do
|
||||
The page you were looking for doesn't exist
|
Loading…
Add table
Add a link
Reference in a new issue