From 5f20574db5c7b91d54e829010c1fda093ea8a25e Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Fri, 5 Jun 2015 17:30:40 -0400 Subject: Fix a few remaining references to the old Theme names/IDs --- db/fixtures/production/001_admin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') diff --git a/db/fixtures/production/001_admin.rb b/db/fixtures/production/001_admin.rb index 8b560ee09e0..1c8740f6ba9 100644 --- a/db/fixtures/production/001_admin.rb +++ b/db/fixtures/production/001_admin.rb @@ -12,7 +12,7 @@ admin = User.create( username: 'root', password: password, password_expires_at: expire_time, - theme_id: Gitlab::Theme::MARS + theme_id: Gitlab::Themes::APPLICATION_DEFAULT ) -- cgit v1.2.3