diff options
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r-- | templates/devel/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 091fcb99..3a09b522 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -33,8 +33,8 @@ {% 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> |