Remove unnecessary appending identicon in template
This commit is contained in:
parent
fae4adaffc
commit
0c9dafc5c9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue