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

<%= day %>

<%= commits.count %>个提交

<% end %>
    <%= pagination_links_full @commits_pages, @commits_count, :per_page_links => false, :remote => false, :flag => true, :is_new => true %>
<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %> <% html_title(l(:label_change_plural)) -%>