Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
5f20574d
Commit
5f20574d
authored
Jun 05, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few remaining references to the old Theme names/IDs
parent
1044dfbf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
app/views/layouts/devise.html.haml
app/views/layouts/devise.html.haml
+1
-1
config/gitlab.yml.example
config/gitlab.yml.example
+7
-6
db/fixtures/production/001_admin.rb
db/fixtures/production/001_admin.rb
+1
-1
No files found.
app/views/layouts/devise.html.haml
View file @
5f20574d
!!! 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
...
...
config/gitlab.yml.example
View file @
5f20574d
...
@@ -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
...
...
db/fixtures/production/001_admin.rb
View file @
5f20574d
...
@@ -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
::
Theme
s
::
APPLICATION_DEFAULT
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment