Add avatar to the blob view.
1 parent 60cd132 commit bd1ba67647ae8202b68a0e8a7eab01f40c91a1c9
@takezoe takezoe authored on 11 Jul 2013
Showing 1 changed file
View
1
■■■■
src/main/twirl/repo/blob.scala.html
<table class="table table-bordered">
<tr>
<th style="font-weight: normal;">
<div class="pull-left">
@avatar(latestCommit.committer, 20)
<a href="@url(latestCommit.committer)" class="username strong">@latestCommit.committer</a>
<span class="muted">@datetime(latestCommit.time)</span>
<a href="@url(repository)/commit/@latestCommit.id" class="commit-message">@link(latestCommit.summary, repository)</a>
</div>