From 30da6849347d195dd9edb492800a44c37a6571bb Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Mon, 18 Nov 2013 12:34:43 +0100 Subject: [PATCH] Update 404 page for new layout --- app/views/application/not_found.html.slim | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/views/application/not_found.html.slim b/app/views/application/not_found.html.slim index 87a7199..9056987 100644 --- a/app/views/application/not_found.html.slim +++ b/app/views/application/not_found.html.slim @@ -1,5 +1,3 @@ -section.supplimental.error-404 - .wrapper - h1 404 - p You shouldn't be here. Really. - .vertical-expander +.container + h1 404 + p You shouldn't be here. Really.