From fa6bf2c0f5d8a87b0fa0cd32daaa4a55d1d0178c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 28 Feb 2013 12:08:25 +0200 Subject: [PATCH] remove unnecessary center tag in devise layout --- app/views/layouts/devise.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml index e790b22c..a9758f19 100644 --- a/app/views/layouts/devise.html.haml +++ b/app/views/layouts/devise.html.haml @@ -5,5 +5,4 @@ = render "layouts/flash" .container .content - %center - = yield + = yield