Commit 1de8207f authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Alain Takoudjou

NXD GitLab Nexedi Edition

= GitLab Community Edition + Nexedi patches
parent 1d18d065
...@@ -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
......
...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment