diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-05 17:30:40 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-13 17:58:17 -0400 |
commit | 5f20574db5c7b91d54e829010c1fda093ea8a25e (patch) | |
tree | acb1ee012c35be0b9d1dfad785d05e70deec714b /app | |
parent | 1044dfbfd29866b101cfbdc278788bd4f55a7276 (diff) | |
download | gitlab-ce-5f20574db5c7b91d54e829010c1fda093ea8a25e.tar.gz |
Fix a few remaining references to the old Theme names/IDs
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/devise.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml index d406f5764a7..1987bf1592a 100644 --- a/app/views/layouts/devise.html.haml +++ b/app/views/layouts/devise.html.haml @@ -1,7 +1,7 @@ !!! 5 %html{ lang: "en"} = render "layouts/head" - %body.ui_mars.login-page.application + %body.ui_charcoal.login-page.application = render "layouts/header/empty" = render "layouts/broadcast" .container.navless-container |