Commit 19c4918b authored by André Luís's avatar André Luís

Resolve conflict with appearances_helper.rb

parent a854d62b
...@@ -2,11 +2,7 @@ module AppearancesHelper ...@@ -2,11 +2,7 @@ module AppearancesHelper
prepend EE::AppearancesHelper prepend EE::AppearancesHelper
def brand_title def brand_title
<<<<<<< HEAD
current_appearance&.title.presence || 'GitLab Enterprise Edition' current_appearance&.title.presence || 'GitLab Enterprise Edition'
=======
current_appearance&.title.presence || 'GitLab Community Edition'
>>>>>>> upstream/master
end end
def brand_image def brand_image
......
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