mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
added sorting by maintainer and by age
added package age statistics to package detail page close bug #2970
This commit is contained in:
parent
702abe64bc
commit
6d79fe0c27
2 changed files with 51 additions and 6 deletions
|
@ -123,4 +123,10 @@ $_t["en"]["Unflag Package Safe To Use"] = "Unflag Package Safe To Use";
|
|||
|
||||
$_t["en"]["Safe"] = "Safe";
|
||||
|
||||
$_t["en"]["Age"] = "Age";
|
||||
|
||||
$_t["en"]["First Submitted"] = "First Submitted";
|
||||
|
||||
$_t["en"]["Last Updated"] = "Last Updated";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue