OSDN Git Service

Defaulted theme to MARS
authorIzaak Alpert <ialpert@blackberry.com>
Sun, 22 Sep 2013 05:06:22 +0000 (01:06 -0400)
committerIzaak Alpert <ialpert@blackberry.com>
Sun, 22 Sep 2013 05:06:22 +0000 (01:06 -0400)
Change-Id: I02814fb47edcc915309183547cc8dcb165100f4f

config/gitlab.yml.example
config/initializers/1_settings.rb

index 89e9ed6..c1cc9f8 100644 (file)
@@ -48,7 +48,7 @@ production: &base
     ##   MODERN = 3
     ##   GRAY   = 4
     ##   COLOR  = 5
-    # default_theme: 1 # default: 1
+    # default_theme: 2 # default: 2
 
 
     ## Users management
index 95a3278..1c8758d 100644 (file)
@@ -52,7 +52,7 @@ Settings['issues_tracker']  ||= {}
 Settings['gitlab'] ||= Settingslogic.new({})
 Settings.gitlab['default_projects_limit'] ||= 10
 Settings.gitlab['default_can_create_group'] = true if Settings.gitlab['default_can_create_group'].nil?
-Settings.gitlab['default_theme'] = Gitlab::Theme::BASIC if Settings.gitlab['default_theme'].nil?
+Settings.gitlab['default_theme'] = Gitlab::Theme::MARS if Settings.gitlab['default_theme'].nil?
 Settings.gitlab['host']       ||= 'localhost'
 Settings.gitlab['https']        = false if Settings.gitlab['https'].nil?
 Settings.gitlab['port']       ||= Settings.gitlab.https ? 443 : 80