Make MRs also count and display its commits' notes
This commit is contained in:
parent
77bde9a0e4
commit
6dc8c0eac2
3 changed files with 21 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
- if merge_request.notes.any?
|
||||
%span.btn.small.disabled.grouped
|
||||
%i.icon-comment
|
||||
= merge_request.notes.count
|
||||
= merge_request.mr_and_commit_notes.count
|
||||
%span.btn.small.disabled.grouped
|
||||
= merge_request.source_branch
|
||||
→
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue