From e22a56183a26283941a3260341ef84ce03e8ba44 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 21 Jan 2017 22:30:47 +0100 Subject: Improve error page layouting. 500 page has to stay static because it's used from nginx when Rails fails. --- app/views/errors/422.html.haml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/errors/422.html.haml (limited to 'app/views/errors/422.html.haml') diff --git a/app/views/errors/422.html.haml b/app/views/errors/422.html.haml new file mode 100644 index 000000000..e369cded6 --- /dev/null +++ b/app/views/errors/422.html.haml @@ -0,0 +1,5 @@ +- content_for :page_title do + Security verification failed + +- content_for :content do + Security verification failed. Are you blocking cookies? -- cgit