(refs #33)Fix avatar icon and account link in the commits page for pull request.

This commit is contained in:
takezoe
2013-10-16 04:10:00 +09:00
parent 4d066738eb
commit da62c6181e

View File

@@ -11,8 +11,8 @@
@day.map { commit =>
<tr>
<td style="width: 20%;">
@avatar(commit.committer, 20)
<a href="@url(commit.committer)" class="username">@commit.committer</a>
@avatar(commit, 20)
@user(commit.committer, commit.mailAddress, "username")
</td>
<td>@commit.shortMessage</td>
<td style="width: 10%; text-align: right;">