gitlab-org--gitlab-foss/app/helpers/appearances_helper.rb

22 lines
241 B
Ruby
Raw Normal View History

module AppearancesHelper
def brand_item
nil
end
def brand_title
'GitLab Community Edition'
end
def brand_image
nil
end
def brand_text
nil
end
def brand_header_logo
render 'shared/logo.svg'
end
end