Dont show compare link if only one commit in push

This commit is contained in:
randx 2012-09-27 17:13:26 +03:00
parent e0d0c1b225
commit afecb250a4

View file

@ -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.