summaryrefslogtreecommitdiffstats
path: root/templates/feeds
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-13 11:41:36 -0500
committerDan McGee <dan@archlinux.org>2011-03-13 11:41:36 -0500
commit5abe0727bfa9a4fab24afcccb66da7d8832bf6b9 (patch)
tree1b2f2bcce81e1b0b755698c4efdff29b9bd3075e /templates/feeds
parent9730be60a8ef4a04358b0a026ce6b706de21d4e8 (diff)
downloadarchweb-5abe0727bfa9a4fab24afcccb66da7d8832bf6b9.tar.gz
archweb-5abe0727bfa9a4fab24afcccb66da7d8832bf6b9.zip
Show epoch in package version if != 0
Add a full_version property method to our package object that does the version formatting, and switch all templates displaying package versions over to this new method. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/feeds')
-rw-r--r--templates/feeds/packages_title.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feeds/packages_title.html b/templates/feeds/packages_title.html
index 910c6207..5c54ba65 100644
--- a/templates/feeds/packages_title.html
+++ b/templates/feeds/packages_title.html
@@ -1 +1 @@
-{{ obj.pkgname }} {{ obj.pkgver }}-{{ obj.pkgrel }} {{ obj.arch.name }}
+{{ obj.pkgname }} {{ obj.full_version }} {{ obj.arch.name }}