1
0
forked from ALHP/ALHP.GO

minor tooltip improvement

This commit is contained in:
2021-11-20 02:04:17 +01:00
parent 23b8c8a597
commit 2928339861

View File

@@ -85,7 +85,7 @@
>{{end}}
<a data-bs-html="true" data-bs-placement="bottom" data-bs-toggle="tooltip"
href="#{{$repo.Name}}-{{$march.Name}}-{{$pkg.Pkgbase}}"
title="{{if $pkg.BuildDate}}Build on {{$pkg.BuildDate}}&#10;{{end}}{{if $pkg.BuildDuration}}Build duration: {{$pkg.BuildDuration}}&#10;{{end}}Last checked: {{$pkg.Checked}}">
title="{{if $pkg.BuildDate}}Build on {{$pkg.BuildDate}}&#10;{{end}}{{if $pkg.BuildDuration}}Build duration: {{$pkg.BuildDuration}}&#10;{{end}}Last checked on {{$pkg.Checked}}">
<i class="bi bi-info-circle-fill"></i></a>
</td>
</tr>