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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
2c2657ca
Commit
2c2657ca
authored
Nov 15, 2015
by
Léo-Paul Géneau
👾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NXD GitLab Nexedi Edition
= GitLab Community Edition + Nexedi patches
parent
f37a805b
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/devise/shared/_footer.html.haml
app/views/devise/shared/_footer.html.haml
+1
-0
No files found.
app/helpers/appearances_helper.rb
View file @
2c2657ca
...
...
@@ -10,7 +10,8 @@ module AppearancesHelper
def
default_brand_title
# This resides in a separate method so that EE can easily redefine it.
'GitLab Community Edition'
#'GitLab Community Edition'
'GitLab Nexedi Edition'
end
def
brand_image
...
...
app/views/devise/shared/_footer.html.haml
View file @
2c2657ca
...
...
@@ -5,4 +5,5 @@
=
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/"
=
footer_message
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