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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue