hide duplicate flash notice on Sessions#new
This commit is contained in:
parent
826e46ef2c
commit
29a0706123
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
= include_javascripts :login
|
= include_javascripts :login
|
||||||
|
|
||||||
:css
|
:css
|
||||||
header{ display:none; }
|
header, #flash_alert { display:none; }
|
||||||
footer{ position: absolute; bottom: 6px; }
|
footer{ position: absolute; bottom: 6px; }
|
||||||
|
|
||||||
.container{:style => 'text-align:center;'}
|
.container{:style => 'text-align:center;'}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue