diff options
author | Dan McGee <dan@archlinux.org> | 2011-07-25 12:27:46 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-25 12:27:46 -0500 |
commit | ae12aa58fd6c6965b3eadcf3843ea68602069c60 (patch) | |
tree | c3bd362639b45f995a5d43e985d9c1d2180da1d2 /templates/devel | |
parent | 59badd066238c946cbe64d7002a260b9de606938 (diff) |
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 1689319b..ad101145 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> |