Commit ea4b0d75 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix commits pagination

Conflicts:
	CHANGELOG
parent 17cbd3dc
......@@ -27,6 +27,7 @@ v 7.7.0
- Fixes for diff comments: drag-n-drop images, selecting images
- Fixes for edit comments: drag-n-drop images, preview mode, selecting images, save & update
- Remove password strength indicator
- Fix commit pagination
......
- 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment