added env style to login

This commit is contained in:
Priit Tark 2015-01-16 12:04:10 +02:00
parent 0444b75fee
commit 156af9bb2b

View file

@ -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'