Skip to content
Snippets Groups Projects

Display Contributor and Author badges on notes

Merged Mycroft Kang requested to merge TaehyeokKang/gitlab:mycroft-note-badge into master
4 unresolved threads
Compare and Show latest version
4 files
+ 11
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -23,6 +23,10 @@ def each(&block)
commits.each(&block)
end
def any?
commits.any?
end
def committers
emails = without_merge_commits.map(&:committer_email).uniq
Loading