-
- Downloads
Extract LegacyDiffNote out of Note
Showing
- app/assets/javascripts/notes.js.coffee 2 additions, 0 deletionsapp/assets/javascripts/notes.js.coffee
- app/assets/stylesheets/pages/notes.scss 1 addition, 2 deletionsapp/assets/stylesheets/pages/notes.scss
- app/controllers/projects/commit_controller.rb 6 additions, 5 deletionsapp/controllers/projects/commit_controller.rb
- app/controllers/projects/compare_controller.rb 1 addition, 1 deletionapp/controllers/projects/compare_controller.rb
- app/controllers/projects/merge_requests_controller.rb 4 additions, 3 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/controllers/projects/notes_controller.rb 3 additions, 3 deletionsapp/controllers/projects/notes_controller.rb
- app/finders/notes_finder.rb 1 addition, 1 deletionapp/finders/notes_finder.rb
- app/helpers/diff_helper.rb 9 additions, 13 deletionsapp/helpers/diff_helper.rb
- app/helpers/notes_helper.rb 13 additions, 16 deletionsapp/helpers/notes_helper.rb
- app/models/legacy_diff_note.rb 182 additions, 0 deletionsapp/models/legacy_diff_note.rb
- app/models/note.rb 30 additions, 184 deletionsapp/models/note.rb
- app/views/notify/note_merge_request_email.html.haml 1 addition, 1 deletionapp/views/notify/note_merge_request_email.html.haml
- app/views/projects/diffs/_parallel_view.html.haml 5 additions, 5 deletionsapp/views/projects/diffs/_parallel_view.html.haml
- app/views/projects/diffs/_text_file.html.haml 4 additions, 5 deletionsapp/views/projects/diffs/_text_file.html.haml
- app/views/projects/notes/_commit_discussion.html.haml 0 additions, 0 deletionsapp/views/projects/notes/_commit_discussion.html.haml
- app/views/projects/notes/_diff_notes_with_reply.html.haml 8 additions, 10 deletionsapp/views/projects/notes/_diff_notes_with_reply.html.haml
- app/views/projects/notes/_diff_notes_with_reply_parallel.html.haml 10 additions, 10 deletions.../projects/notes/_diff_notes_with_reply_parallel.html.haml
- app/views/projects/notes/_discussion.html.haml 40 additions, 7 deletionsapp/views/projects/notes/_discussion.html.haml
- app/views/projects/notes/_form.html.haml 1 addition, 0 deletionsapp/views/projects/notes/_form.html.haml
- app/views/projects/notes/_note.html.haml 6 additions, 3 deletionsapp/views/projects/notes/_note.html.haml
app/models/legacy_diff_note.rb
0 → 100644
Please register or sign in to comment