mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 19:15:59 +01:00
Add avatar to the blob view.
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th style="font-weight: normal;">
|
<th style="font-weight: normal;">
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
|
@avatar(latestCommit.committer, 20)
|
||||||
<a href="@url(latestCommit.committer)" class="username strong">@latestCommit.committer</a>
|
<a href="@url(latestCommit.committer)" class="username strong">@latestCommit.committer</a>
|
||||||
<span class="muted">@datetime(latestCommit.time)</span>
|
<span class="muted">@datetime(latestCommit.time)</span>
|
||||||
<a href="@url(repository)/commit/@latestCommit.id" class="commit-message">@link(latestCommit.summary, repository)</a>
|
<a href="@url(repository)/commit/@latestCommit.id" class="commit-message">@link(latestCommit.summary, repository)</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user