mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Fix commits pagination
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
- unless defined?(project)
|
||||
- project = @project
|
||||
|
||||
- @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits|
|
||||
.row.commits-row
|
||||
.col-md-2
|
||||
|
||||
Reference in New Issue
Block a user