diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-06-23 18:06:25 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-06-23 18:06:25 -0400 |
commit | fe03cefa08b4332c8a404a8952f21e39f7e26115 (patch) | |
tree | f7987cf3069c996eb74496c3c92cf0ea4a0af17a /templates/packages/search.html | |
parent | 64477a07aeb3abb4fb439a74a8c0148d869e42f2 (diff) |
add maintainer to search log
Diffstat (limited to 'templates/packages/search.html')
-rw-r--r-- | templates/packages/search.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index a64b92a2..a5b65929 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -78,6 +78,7 @@ <th><a href="{% buildsortqs "pkgname" %}">Name</a></th> <th>Version</th> <th>Description</th> + <th>Maintainer</th> <th><a href="{% buildsortqs "-last_update" %}">Last Updated</a></th> </tr> {% for pkg in results %} @@ -92,6 +93,7 @@ <td>{{ pkg.pkgver }}-{{ pkg.pkgrel }}</td> {% endif %} <td>{{ pkg.pkgdesc }}</td> + <td>{{ pkg.maintainer }}</td> <td>{{ pkg.last_update|date:"Y-m-d" }}</td> </tr> {% endfor %} |