mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: OutOfDateTS db fetch for pkgbase action display
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
33cddb36ff
commit
828847cfcd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
<a href="/pkgbase/{{ pkgbase.Name }}/flag-comment">
|
||||
{{
|
||||
"Flagged out-of-date (%s)"
|
||||
| tr | format(date_strftime(package.PackageBase.OutOfDateTS, "%Y-%m-%d"))
|
||||
| tr | format(date_strftime(pkgbase.OutOfDateTS, "%Y-%m-%d"))
|
||||
}}
|
||||
</a>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue