Dont show compare link if only one commit in push
This commit is contained in:
parent
e0d0c1b225
commit
afecb250a4
|
@ -18,6 +18,7 @@
|
|||
- few_commits.each do |commit|
|
||||
= render "events/commit", commit: commit, project: project
|
||||
|
||||
- if event.commits_count > 1
|
||||
%li.commits-stat
|
||||
- if event.commits_count > 2
|
||||
%span ... and #{event.commits_count - 2} more commits.
|
||||
|
|
Loading…
Reference in a new issue