Commit 28534389 authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Alain Takoudjou

NXD GitLab Nexedi Edition

= GitLab Community Edition + Nexedi patches
parent 63daf37a
module AppearancesHelper module AppearancesHelper
def brand_title def brand_title
current_appearance&.title.presence || 'GitLab Community Edition' current_appearance&.title.presence || 'GitLab Nexedi Edition'
end end
def brand_image def brand_image
......
...@@ -35,3 +35,4 @@ ...@@ -35,3 +35,4 @@
= 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/"
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