<% @title = "History of #{path}" %>
<%= breadcrumb(repository, ref, path) %> <% commits.each do |commit| %>

<%= commit_oid(commit[:oid]) %>: <%= commit[:summary] %>

avatar <%= commit[:author][:name] %> <%= commit[:date].strftime("%H:%M") %>

<% end %>