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

Commits<% if params[:ref] %>: <%= params[:ref] %><% end %> <%= atom_feed_link(@repo.param, params[:ref]) %>

<% if @previous_commits %> Previous <% end %> <% if @separator %> | <% end %> <% if @next_commits %> Next <% end %>

Heads

Tags

<% unless @repo.tags.empty? %> <% else %>

No tags

<% end %>
<% @commits.each do |commit| %> <% url = "/#{@repo.param}/commit/#{commit.id_abbrev}" %>
<%= commit.id %> <%= commit_refs(commit, @repo.param) %>
<%= nicetime(commit.committed_date) %>
<%= truncate(h(commit.short_message), { :length => 140, :separator => ' '}) %>
<%= commit.author.name %> (author)
<% end %>