]> cat aescling's git repositories - mastodon.git/commit
Improve error page layouting. 500 page has to stay static because it's
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 21 Jan 2017 21:30:47 +0000 (22:30 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 21 Jan 2017 21:30:47 +0000 (22:30 +0100)
commite22a56183a26283941a3260341ef84ce03e8ba44
tree90207264b8f460a3ede23b0b50fbe655c5a0f1c9
parentb4a4eb73ae3a80c87a643967fb2aeffe1d1a11ea
Improve error page layouting. 500 page has to stay static because it's
used from nginx when Rails fails.
app/controllers/application_controller.rb
app/views/errors/404.html [deleted file]
app/views/errors/404.html.haml [new file with mode: 0644]
app/views/errors/410.html [deleted file]
app/views/errors/410.html.haml [new file with mode: 0644]
app/views/errors/422.html [deleted file]
app/views/errors/422.html.haml [new file with mode: 0644]
app/views/layouts/error.html.haml [new file with mode: 0644]
public/500.html [moved from app/views/errors/500.html with 100% similarity]