summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-10 18:32:25 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-10 18:32:25 -0400
commit13d730ab2b3d4c97b6c72bd1374fd6bbbcb454ff (patch)
tree84162be78c1e1686c7a72c00c61fb40f1d0a637e /templates
parent6da51a8cae0440eecc2d598c10df00f8bb0e31b2 (diff)
downloadarchweb-13d730ab2b3d4c97b6c72bd1374fd6bbbcb454ff.tar.gz
archweb-13d730ab2b3d4c97b6c72bd1374fd6bbbcb454ff.zip
fix broken maintainer packages links
Diffstat (limited to 'templates')
-rw-r--r--templates/devel/index.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 887e3a9a..661db3c0 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -70,8 +70,8 @@
{% for maint in maintainers %}
<tr class="{% cycle pkgr2,pkgr1 %}">
<td><strong>{{ maint.get_full_name }}</strong></td>
- <td><a href="/packages/?maint={{ maint.id }}"><strong>{{ maint.maintained_packages.count }}</strong> packages</a></td>
- <td><a href="/packages/?maint={{ maint.id }}&flagged=Flagged"><strong>{{ maint.maintained_packages.flagged.count }}</strong> packages</a></td>
+ <td><a href="/packages/?maintainer={{ maint.username }}"><strong>{{ maint.maintained_packages.count }}</strong> packages</a></td>
+ <td><a href="/packages/?maintainer={{ maint.username }}&flagged=Flagged"><strong>{{ maint.maintained_packages.flagged.count }}</strong> packages</a></td>
</tr>
{% endfor %}
</table>
@@ -84,10 +84,6 @@
<table width="100%">
<tr>
<td style="vertical-align: top">
- {% if maint %}
- <a href="/packages/?maint={{ maint.id }}">My Packages</a><br />
- {% endif %}
- <a href="/packages/?maint=0">Orphan Packages</a><br />
<br />
<a
href="http://wiki.archlinux.org/index.php/DeveloperWiki:HOWTO_Be_A_Packager">Package Maintainer's Guide</a><br />