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
2ae89a0b
Commit
2ae89a0b
authored
Oct 06, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in app/models/note.rb
parent
117ab089
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
app/models/note.rb
app/models/note.rb
+3
-10
No files found.
app/models/note.rb
View file @
2ae89a0b
...
...
@@ -41,23 +41,16 @@ class Note < ActiveRecord::Base
alias_attribute
:last_edited_at
,
:updated_at
alias_attribute
:last_edited_by
,
:updated_by
# Number of user visible references as generated by Banzai::ObjectRenderer
# Attribute containing rendered and redacted Markdown as generated by
# Banzai::ObjectRenderer.
attr_accessor
:redacted_note_html
<<<<<<<
HEAD
# Number of user visible references as generated by Banzai::ObjectRenderer
=======
# Total of all references as generated by Banzai::ObjectRenderer
attr_accessor
:total_reference_count
# An Array containing the number of visible references as generated by
# Banzai::ObjectRenderer
>>>>>>>
upstream
/
master
# Number of user visible references as generated by Banzai::ObjectRenderer
attr_accessor
:user_visible_reference_count
# Total of all references as generated by Banzai::ObjectRenderer
attr_accessor
:total_reference_count
# Attribute used to store the attributes that have been changed by quick actions.
attr_accessor
:commands_changes
...
...
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