mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 22:15:51 +01:00
(refs #28)Display avatar images in some places.
This commit is contained in:
@@ -43,7 +43,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="@url(commit.committer)" class="username strong">@commit.committer</a> <span class="muted">@datetime(commit.time)</span>
|
||||
@helper.html.avatar(commit.committer, 20)
|
||||
<a href="@url(commit.committer)" class="username strong">@commit.committer</a>
|
||||
<span class="muted">@datetime(commit.time)</span>
|
||||
<div class="pull-right monospace small" style="text-align: right;">
|
||||
<div>
|
||||
@if(commit.parents.size == 0){
|
||||
|
||||
Reference in New Issue
Block a user