Project activities restyled

This commit is contained in:
Dmitriy Zaporozhets 2012-01-04 22:19:41 +02:00
parent 05993f90e0
commit 97ba731574
7 changed files with 105 additions and 30 deletions

View file

@ -117,9 +117,9 @@ class Repository
commits.sort! do |x, y|
y.committed_date <=> x.committed_date
end[0..n]
end
commits
commits[0..n]
end
def commits_since(date)