forked from ALHP/ALHP.GO
added some title descriptions to icons
This commit is contained in:
@@ -93,10 +93,10 @@
|
|||||||
<td>{{$pkg.Version}}</td>
|
<td>{{$pkg.Version}}</td>
|
||||||
<td class="text-end info-box">
|
<td class="text-end info-box">
|
||||||
{{with $pkg.Log}}<a href="{{.}}"
|
{{with $pkg.Log}}<a href="{{.}}"
|
||||||
><i class="bi bi-file-text-fill"></i></a
|
><i class="bi bi-file-text-fill" title="Log"></i></a
|
||||||
>{{end}}
|
>{{end}}
|
||||||
<a class="text-decoration-none fw-bold"
|
<a class="text-decoration-none fw-bold"
|
||||||
href="https://archlinux.org/packages/?q={{$pkg.Pkgbase}}">AW</a>
|
href="https://archlinux.org/packages/?q={{$pkg.Pkgbase}}" title="Archweb">AW</a>
|
||||||
<a data-bs-html="true" data-bs-placement="bottom" data-bs-toggle="tooltip"
|
<a data-bs-html="true" data-bs-placement="bottom" data-bs-toggle="tooltip"
|
||||||
href="#{{$repo.Name}}-{{$march.Name}}-{{$pkg.Pkgbase}}"
|
href="#{{$repo.Name}}-{{$march.Name}}-{{$pkg.Pkgbase}}"
|
||||||
title="{{if $pkg.BuildDate}}Build on {{$pkg.BuildDate}} {{end}}{{if $pkg.BuildDuration}}Build duration: {{$pkg.BuildDuration}} {{end}}Last checked on {{$pkg.Checked}}">
|
title="{{if $pkg.BuildDate}}Build on {{$pkg.BuildDate}} {{end}}{{if $pkg.BuildDuration}}Build duration: {{$pkg.BuildDuration}} {{end}}Last checked on {{$pkg.Checked}}">
|
||||||
|
Reference in New Issue
Block a user