Skip to content
Snippets Groups Projects
Commit ef0b15c5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix commits pagination

parent ada6c608
No related branches found
No related tags found
No related merge requests found
Loading
@@ -23,7 +23,7 @@ v 7.8.0
Loading
@@ -23,7 +23,7 @@ v 7.8.0
- -
- -
- -
- - Fix commits pagination
- -
- -
- -
Loading
Loading
- unless defined?(project)
- project = @project
- @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits| - @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits|
.row.commits-row .row.commits-row
.col-md-2 .col-md-2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment