<% @commits.chunk { |c| format_date(c.created_at).to_date }.each do |day, commits| %>

<%= day %>

<%= commits.count %>个提交

<% end %>