summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-06-23 18:06:25 -0400
committerDusty Phillips <buchuki@gmail.com>2008-06-23 18:06:25 -0400
commitfe03cefa08b4332c8a404a8952f21e39f7e26115 (patch)
treef7987cf3069c996eb74496c3c92cf0ea4a0af17a
parent64477a07aeb3abb4fb439a74a8c0148d869e42f2 (diff)
downloadarchweb-fe03cefa08b4332c8a404a8952f21e39f7e26115.tar.gz
archweb-fe03cefa08b4332c8a404a8952f21e39f7e26115.zip
add maintainer to search log
-rw-r--r--templates/packages/search.html2
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 %}