mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 08:34:15 +00:00
Remove unnecessary appending identicon in template
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
<dt>Duration</dt>
|
<dt>Duration</dt>
|
||||||
<dd>{{ if .Build.IsRunning }}--{{else}}{{ .Build.HumanDuration }}{{end}}</dd>
|
<dd>{{ if .Build.IsRunning }}--{{else}}{{ .Build.HumanDuration }}{{end}}</dd>
|
||||||
</div>
|
</div>
|
||||||
<img src="{{.Commit.Image}}?d=identicon">
|
<img src="{{.Commit.Image}}">
|
||||||
<div class="commit-summary">
|
<div class="commit-summary">
|
||||||
<dt>Commit</dt>
|
<dt>Commit</dt>
|
||||||
<dd><u>{{ .Commit.HashShort }}</u></dd>
|
<dd><u>{{ .Commit.HashShort }}</u></dd>
|
||||||
|
Reference in New Issue
Block a user