diff options
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r-- | app/views/layouts/devise.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml index 882195ae58d..8e048f813ba 100644 --- a/app/views/layouts/devise.html.haml +++ b/app/views/layouts/devise.html.haml @@ -1,6 +1,7 @@ !!! %html %head + %meta{:charset => "utf-8"} %title GitLab #{" - #{@project.name}" if @project && !@project.new_record?} = favicon_link_tag 'favicon.ico' @@ -12,4 +13,4 @@ REQ_REFFER = "#{request.env["HTTP_REFERER"]}"; %body.login-page = render :partial => "layouts/flash" - = yield + .container-fluid= yield |