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