mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-28 19:30:03 +01:00
(refs #33)Fix avatar icon and account link in the commits page for pull request.
This commit is contained in:
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user