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'