Fix for package counts by arch

This commit is contained in:
eliott 2008-03-08 17:45:04 -08:00
parent 9ec5432737
commit 18156a182c

View File

@ -33,8 +33,8 @@ <h3 class="title">Stats by Architecture</h3>
{% for arch in archs %}
<tr class="{% cycle pkgr2,pkgr1 %}">
<td><a href="/packages/?arch={{ arch.name }}">{{ arch.name }}</a></td>
<td><strong>{{ repo.count }}</strong> packages</td>
<td><strong>{{ repo.flagged }}</strong> packages</td>
<td><strong>{{ arch.count }}</strong> packages</td>
<td><strong>{{ arch.flagged }}</strong> packages</td>
</tr>
{% endfor %}
</table>