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

22 lines
237 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
2015-04-26 12:48:37 +05:30
def brand_header_logo
2015-09-11 14:41:01 +05:30
image_tag 'logo.svg'
2015-04-26 12:48:37 +05:30
end
2014-09-02 18:07:02 +05:30
end