Use Gravatar if committer is not registered in GitBucket.

This commit is contained in:
takezoe
2013-07-18 13:40:21 +09:00
parent 49d0c0de87
commit 323e25951f
8 changed files with 25 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
<tr>
<th style="font-weight: normal;">
<div class="pull-left">
@avatar(latestCommit.committer, 20)
@avatar(latestCommit, 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>