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
e0cdcf81
Commit
e0cdcf81
authored
Nov 15, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NXD GitLab Nexedi Edition
= GitLab Community Edition + Nexedi patches
parent
52fab19a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
app/helpers/appearances_helper.rb
app/helpers/appearances_helper.rb
+2
-1
app/views/layouts/devise.html.haml
app/views/layouts/devise.html.haml
+1
-0
No files found.
app/helpers/appearances_helper.rb
View file @
e0cdcf81
...
...
@@ -3,7 +3,8 @@ module AppearancesHelper
if
brand_item
&&
brand_item
.
title
brand_item
.
title
else
'GitLab Community Edition'
#'GitLab Community Edition'
'GitLab Nexedi Edition'
end
end
...
...
app/views/layouts/devise.html.haml
View file @
e0cdcf81
...
...
@@ -33,3 +33,4 @@
=
link_to
"Explore"
,
explore_root_path
=
link_to
"Help"
,
help_path
=
link_to
"About GitLab"
,
"https://about.gitlab.com/"
=
link_to
"About Nexedi"
,
"http://www.nexedi.com/"
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