From 20d6f969286807a8548c0fc263b82576a560f637 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 25 Sep 2014 18:00:21 +0300 Subject: Improve flash messages * dont fadeout so user can read * show inside content block so user can notice it Signed-off-by: Dmitriy Zaporozhets --- app/views/layouts/devise.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts/devise.html.haml') diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml index ffa48a68b42..06de03eadad 100644 --- a/app/views/layouts/devise.html.haml +++ b/app/views/layouts/devise.html.haml @@ -2,7 +2,6 @@ %html{ lang: "en"} = render "layouts/head" %body.ui_basic.login-page - = render "layouts/flash" .container .content .login-title @@ -10,6 +9,7 @@ %hr .container .content + = render "layouts/flash" .row .col-md-7.brand-holder - if brand_item -- cgit v1.2.3