mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
added env style to login
This commit is contained in:
parent
0444b75fee
commit
156af9bb2b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
= stylesheet_link_tag 'login', media: 'all', 'data-turbolinks-track' => true
|
= stylesheet_link_tag 'login', media: 'all', 'data-turbolinks-track' => true
|
||||||
%link{:href => "../../favicon.ico", :rel => "icon"}/
|
%link{:href => "../../favicon.ico", :rel => "icon"}/
|
||||||
%title Eesti Interneti SA - Log In
|
%title Eesti Interneti SA - Log In
|
||||||
%body
|
%body{:style => env_style}
|
||||||
.container
|
.container
|
||||||
.form-signin
|
.form-signin
|
||||||
- display = (flash.empty?) ? 'none' : 'block'
|
- display = (flash.empty?) ? 'none' : 'block'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue