Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9a10dffd
Commit
9a10dffd
authored
Mar 01, 2016
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolved conflicts
parent
e6cacafe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
app/helpers/appearances_helper.rb
app/helpers/appearances_helper.rb
+0
-4
app/models/appearance.rb
app/models/appearance.rb
+0
-3
No files found.
app/helpers/appearances_helper.rb
View file @
9a10dffd
...
...
@@ -3,11 +3,7 @@ module AppearancesHelper
if
brand_item
&&
brand_item
.
title
brand_item
.
title
else
<<<<<<<
HEAD
'GitLab Enterprise Edition'
=======
'GitLab Community Edition'
>>>>>>>
204
a9895333178cc90b40ef365ad566d750fa594
end
end
...
...
app/models/appearance.rb
View file @
9a10dffd
<<<<<<<
HEAD
# == Schema Information
#
# Table name: appearances
...
...
@@ -13,8 +12,6 @@
# header_logo :string(255)
#
=======
>>>>>>>
204
a9895333178cc90b40ef365ad566d750fa594
class
Appearance
<
ActiveRecord
::
Base
validates
:title
,
presence:
true
validates
:description
,
presence:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment