summaryrefslogtreecommitdiff
path: root/app/helpers/appearances_helper.rb
blob: 96e5d43a369266aa97c06a29176a928e45162089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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