<%= partial(:header, :locals => {:repo => @repo}) %>

Commit: <%= @commit.id %><%= commit_refs(@commit, @repo.param) %> <%= patch_link(@commit, @repo.param) %>

<%= partial(:commit_info_box, :locals => { :repo => @repo, :commit => @commit }) %> <%= actor_boxes @commit %>
<%= simple_format(h(@commit.message)) %>
<%= file_listing(@commit) %>
<% count = 0 %> <% @commit.diffs.select { |d| !d.deleted_file && !d.new_file }.each do |diff| %> <% count += 1 %>

<%= diff.b_path %>

<%= diff((diff.diff)) %>
<% end %>