Commit 9a10dffd authored by Valery Sizov's avatar Valery Sizov

resolved conflicts

parent e6cacafe
......@@ -3,11 +3,7 @@ module AppearancesHelper
if brand_item && brand_item.title
brand_item.title
else
<<<<<<< HEAD
'GitLab Enterprise Edition'
=======
'GitLab Community Edition'
>>>>>>> 204a9895333178cc90b40ef365ad566d750fa594
end
end
......
<<<<<<< HEAD
# == Schema Information
#
# Table name: appearances
......@@ -13,8 +12,6 @@
# header_logo :string(255)
#
=======
>>>>>>> 204a9895333178cc90b40ef365ad566d750fa594
class Appearance < ActiveRecord::Base
validates :title, presence: true
validates :description, presence: true
......
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