gitdir
<h1><a href="/<%= h @repo.name %>"><%= h @repo.name %></a></h1>
<%= repo_nav(@repo.name, @ref, 'log') %>
<%- @log.each do |c| -%>
<div class="commit-row">
<a href="/<%= h @repo.name %>/commit/<%= h c[:hash] %>"><%= h c[:message] %></a>
<span class="meta"><%= h c[:author] %> · <%= c[:time].strftime('%Y-%m-%d') %> · <%= h c[:hash][0..7] %></span>
</div>
<%- end -%>