1 files changed,
1 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-04-03 22:04:27 +0300
Authored at:
2026-04-03 22:03:56 +0300
Change ID:
rwqlulqvwvxrwnuqwxyzspxvpxyuzusu
Parent:
ef55256
M
web/templates/repo_index.html
ยทยทยท 57 57 {{- else if eq .P.MirrorLastChecked .P.MirrorLastSync -}}Up to date (checked {{ humanizeRelTime .P.MirrorLastChecked }}) 58 58 {{- else if .P.MirrorLastSync.IsZero -}}Checked {{ humanizeRelTime .P.MirrorLastChecked }}, not synced yet 59 59 {{- else -}}Checked {{ humanizeRelTime .P.MirrorLastChecked }}, last updated {{ humanizeRelTime .P.MirrorLastSync }} 60 - {{- end }} ยท source: <a class="link" href="{{.P.MirrorURL}}" target="_blank">{{.P.MirrorURL}}</a> 60 + {{ end }}, source: <a class="link" href="{{.P.MirrorURL}}" target="_blank">{{.P.MirrorURL}}</a> 61 61 </p> 62 62 {{ end }} 63 63 </div>