debian-mirror-gitlab/app/helpers/appearances_helper.rb

18 lines
181 B
Ruby
Raw Normal View History

2014-09-02 18:07:02 +05:30
module AppearancesHelper
def brand_item
nil
end
def brand_title
'GitLab Community Edition'
end
def brand_image
nil
end
def brand_text
nil
end
end