summaryrefslogtreecommitdiff
path: root/pgweb/util
diff options
context:
space:
mode:
authorDave Page2020-07-07 15:52:17 +0000
committerDave Page2020-07-07 15:52:25 +0000
commitb0c19acf47b7d827e65ffd69122a51b4f6640369 (patch)
tree5e5ced89fd1f724a766e2b8f1564e43babda92a6 /pgweb/util
parente850a9bf3e08014b6a921b87d813c37ace7a6af7 (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.py2
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/'},