Commit 333f7372 authored by Vanja Radovanović's avatar Vanja Radovanović

fix: grouping by date desc doesn't sort it too

parent 56046130
- @commits.group_by { |c| c.committed_date.to_date }.each do |day, commits|
- @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits|
%div.ui-box
%h5.small
%i.icon-calendar
......
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