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
1de8207f
Commit
1de8207f
authored
Nov 15, 2015
by
Kirill Smelkov
Committed by
Alain Takoudjou
Mar 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NXD GitLab Nexedi Edition
= GitLab Community Edition + Nexedi patches
parent
1d18d065
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 @
1de8207f
...
@@ -9,7 +9,8 @@ module AppearancesHelper
...
@@ -9,7 +9,8 @@ module AppearancesHelper
def
default_brand_title
def
default_brand_title
# This resides in a separate method so that EE can easily redefine it.
# This resides in a separate method so that EE can easily redefine it.
'GitLab Community Edition'
#'GitLab Community Edition'
'GitLab Nexedi Edition'
end
end
def
brand_image
def
brand_image
...
...
app/views/layouts/devise.html.haml
View file @
1de8207f
...
@@ -35,4 +35,5 @@
...
@@ -35,4 +35,5 @@
=
link_to
_
(
"Explore"
),
explore_root_path
=
link_to
_
(
"Explore"
),
explore_root_path
=
link_to
_
(
"Help"
),
help_path
=
link_to
_
(
"Help"
),
help_path
=
link_to
_
(
"About GitLab"
),
"https://about.gitlab.com/"
=
link_to
_
(
"About GitLab"
),
"https://about.gitlab.com/"
=
link_to
_
(
"About Nexedi"
),
"http://www.nexedi.com/"
=
footer_message
=
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