-
- Downloads
There was an error fetching the commit references. Please try again later.
Extract parts of LegacyDiffNote into DiffOnNote concern and move part of...
Extract parts of LegacyDiffNote into DiffOnNote concern and move part of responsibility to other classes
Showing
- app/helpers/diff_helper.rb 0 additions, 4 deletionsapp/helpers/diff_helper.rb
- app/helpers/notes_helper.rb 3 additions, 4 deletionsapp/helpers/notes_helper.rb
- app/models/concerns/note_on_diff.rb 53 additions, 0 deletionsapp/models/concerns/note_on_diff.rb
- app/models/legacy_diff_note.rb 11 additions, 58 deletionsapp/models/legacy_diff_note.rb
- app/models/note.rb 2 additions, 2 deletionsapp/models/note.rb
- app/models/sent_notification.rb 10 additions, 6 deletionsapp/models/sent_notification.rb
- app/views/projects/diffs/_line.html.haml 1 addition, 0 deletionsapp/views/projects/diffs/_line.html.haml
- app/views/projects/notes/discussions/_diff_with_notes.html.haml 2 additions, 2 deletions...ews/projects/notes/discussions/_diff_with_notes.html.haml
- lib/api/entities.rb 3 additions, 3 deletionslib/api/entities.rb
- lib/gitlab/diff/file.rb 10 additions, 0 deletionslib/gitlab/diff/file.rb
- lib/gitlab/diff/highlight.rb 4 additions, 12 deletionslib/gitlab/diff/highlight.rb
- lib/gitlab/diff/line.rb 16 additions, 0 deletionslib/gitlab/diff/line.rb
- lib/gitlab/diff/parallel_diff.rb 5 additions, 11 deletionslib/gitlab/diff/parallel_diff.rb
app/models/concerns/note_on_diff.rb
0 → 100644
Please register or sign in to comment