diff options
Diffstat (limited to 'app/views/layouts/devise.html.haml')
| -rw-r--r-- | app/views/layouts/devise.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml index d814a05807f..968fe58d39c 100644 --- a/app/views/layouts/devise.html.haml +++ b/app/views/layouts/devise.html.haml @@ -11,6 +11,5 @@ REQ_URI = "#{request.env["REQUEST_URI"]}"; REQ_REFFER = "#{request.env["HTTP_REFERER"]}"; %body.login-page - #container - = render :partial => "layouts/flash" + = render :partial => "layouts/flash" = yield |
