-
- Downloads
There was an error fetching the commit references. Please try again later.
Correctly display multiple separate discussions on the same diff line
Showing
- app/assets/javascripts/notes.js 5 additions, 6 deletionsapp/assets/javascripts/notes.js
- app/assets/stylesheets/pages/notes.scss 12 additions, 0 deletionsapp/assets/stylesheets/pages/notes.scss
- app/controllers/projects/commit_controller.rb 1 addition, 1 deletionapp/controllers/projects/commit_controller.rb
- app/controllers/projects/merge_requests_controller.rb 1 addition, 1 deletionapp/controllers/projects/merge_requests_controller.rb
- app/controllers/projects/notes_controller.rb 3 additions, 3 deletionsapp/controllers/projects/notes_controller.rb
- app/helpers/diff_helper.rb 4 additions, 4 deletionsapp/helpers/diff_helper.rb
- app/helpers/notes_helper.rb 1 addition, 16 deletionsapp/helpers/notes_helper.rb
- app/models/note.rb 2 additions, 3 deletionsapp/models/note.rb
- app/views/discussions/_diff_discussion.html.haml 1 addition, 1 deletionapp/views/discussions/_diff_discussion.html.haml
- app/views/discussions/_diff_with_notes.html.haml 1 addition, 1 deletionapp/views/discussions/_diff_with_notes.html.haml
- app/views/discussions/_notes.html.haml 16 additions, 15 deletionsapp/views/discussions/_notes.html.haml
- app/views/discussions/_parallel_diff_discussion.html.haml 7 additions, 7 deletionsapp/views/discussions/_parallel_diff_discussion.html.haml
- app/views/projects/diffs/_line.html.haml 5 additions, 4 deletionsapp/views/projects/diffs/_line.html.haml
- app/views/projects/diffs/_parallel_view.html.haml 5 additions, 3 deletionsapp/views/projects/diffs/_parallel_view.html.haml
Please register or sign in to comment