Commit 5f20574d authored by Robert Speicher's avatar Robert Speicher

Fix a few remaining references to the old Theme names/IDs

parent 1044dfbf
!!! 5 !!! 5
%html{ lang: "en"} %html{ lang: "en"}
= render "layouts/head" = render "layouts/head"
%body.ui_mars.login-page.application %body.ui_charcoal.login-page.application
= render "layouts/header/empty" = render "layouts/header/empty"
= render "layouts/broadcast" = render "layouts/broadcast"
.container.navless-container .container.navless-container
......
...@@ -62,12 +62,13 @@ production: &base ...@@ -62,12 +62,13 @@ production: &base
# default_can_create_group: false # default: true # default_can_create_group: false # default: true
# username_changing_enabled: false # default: true - User can change her username/namespace # username_changing_enabled: false # default: true - User can change her username/namespace
## Default theme ## Default theme ID
## BASIC = 1 ## 1 - Graphite
## MARS = 2 ## 2 - Charcoal
## MODERN = 3 ## 3 - Green
## GRAY = 4 ## 4 - Gray
## COLOR = 5 ## 5 - Violet
## 6 - Blue
# default_theme: 2 # default: 2 # default_theme: 2 # default: 2
## Automatic issue closing ## Automatic issue closing
......
...@@ -12,7 +12,7 @@ admin = User.create( ...@@ -12,7 +12,7 @@ admin = User.create(
username: 'root', username: 'root',
password: password, password: password,
password_expires_at: expire_time, password_expires_at: expire_time,
theme_id: Gitlab::Theme::MARS theme_id: Gitlab::Themes::APPLICATION_DEFAULT
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment