Commit fcba0d55f483248022ca6c85faf33c5b4202dd9a
1 parent
51e6095d
Exists in
master
and in
4 other branches
Defaulted theme to MARS
Change-Id: I02814fb47edcc915309183547cc8dcb165100f4f
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
config/gitlab.yml.example
config/initializers/1_settings.rb
... | ... | @@ -52,7 +52,7 @@ Settings['issues_tracker'] ||= {} |
52 | 52 | Settings['gitlab'] ||= Settingslogic.new({}) |
53 | 53 | Settings.gitlab['default_projects_limit'] ||= 10 |
54 | 54 | Settings.gitlab['default_can_create_group'] = true if Settings.gitlab['default_can_create_group'].nil? |
55 | -Settings.gitlab['default_theme'] = Gitlab::Theme::BASIC if Settings.gitlab['default_theme'].nil? | |
55 | +Settings.gitlab['default_theme'] = Gitlab::Theme::MARS if Settings.gitlab['default_theme'].nil? | |
56 | 56 | Settings.gitlab['host'] ||= 'localhost' |
57 | 57 | Settings.gitlab['https'] = false if Settings.gitlab['https'].nil? |
58 | 58 | Settings.gitlab['port'] ||= Settings.gitlab.https ? 443 : 80 | ... | ... |