diff options
author | Dave Page | 2020-07-07 15:52:17 +0000 |
---|---|---|
committer | Dave Page | 2020-07-07 15:52:25 +0000 |
commit | b0c19acf47b7d827e65ffd69122a51b4f6640369 (patch) | |
tree | 5e5ced89fd1f724a766e2b8f1564e43babda92a6 /pgweb/util | |
parent | e850a9bf3e08014b6a921b87d813c37ace7a6af7 (diff) |
Download pages overhaul:
- Don't use inline event handlers
- Simplify some of the wording
- Replace the package download list with nice buttons
Design by me & Jonathan, code by me, review by Jonathan and others.
Diffstat (limited to 'pgweb/util')
-rw-r--r-- | pgweb/util/contexts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/util/contexts.py b/pgweb/util/contexts.py index ba8248a4..c2f0bbcb 100644 --- a/pgweb/util/contexts.py +++ b/pgweb/util/contexts.py @@ -20,7 +20,7 @@ sitenav = { ], 'download': [ {'title': 'Downloads', 'link': '/download/', 'submenu': [ - {'title': 'Binary', 'link': '/download/'}, + {'title': 'Packages', 'link': '/download/'}, {'title': 'Source', 'link': '/ftp/source/'} ]}, {'title': 'Software Catalogue', 'link': '/download/product-categories/'}, |