summaryrefslogtreecommitdiffstats
path: root/templates/devel
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-07-25 19:27:46 +0200
committerDan McGee <dan@archlinux.org>2011-07-25 19:27:46 +0200
commitae12aa58fd6c6965b3eadcf3843ea68602069c60 (patch)
treec3bd362639b45f995a5d43e985d9c1d2180da1d2 /templates/devel
parent59badd066238c946cbe64d7002a260b9de606938 (diff)
downloadarchweb-ae12aa58fd6c6965b3eadcf3843ea68602069c60.tar.gz
archweb-ae12aa58fd6c6965b3eadcf3843ea68602069c60.tar.xz
Small template updates
* Show full version in developer dashboard out of date pane * Link packages on flag confirmation screen Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel')
-rw-r--r--templates/devel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 1689319..ad10114 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -27,7 +27,7 @@
<td><a href="{{ pkg.get_absolute_url }}"
title="View package details for {{ pkg.pkgname }}">{{ pkg.pkgname }}</a></td>
<td>{{ pkg.repo.name }}</td>
- <td>{{ pkg.pkgver }}</td>
+ <td>{{ pkg.full_version }}</td>
<td>{{ pkg.arch.name }}</td>
<td>{{ pkg.flag_date|date }}</td>
<td>{{ pkg.last_update|date }}</td>