From 156af9bb2b2249fd5bcae833c2ecf0085dadb1a4 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 16 Jan 2015 12:04:10 +0200 Subject: [PATCH] added env style to login --- app/views/layouts/login.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/login.haml b/app/views/layouts/login.haml index b3b2ab6e2..e1cc4226e 100644 --- a/app/views/layouts/login.haml +++ b/app/views/layouts/login.haml @@ -11,7 +11,7 @@ = stylesheet_link_tag 'login', media: 'all', 'data-turbolinks-track' => true %link{:href => "../../favicon.ico", :rel => "icon"}/ %title Eesti Interneti SA - Log In - %body + %body{:style => env_style} .container .form-signin - display = (flash.empty?) ? 'none' : 'block'