diff options
author | eliott <eliott@cactuswax.net> | 2008-04-03 23:28:55 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-04-03 23:28:55 -0700 |
commit | 15a2e4e1122c012d1de065477a4cf7b9b2c410a4 (patch) | |
tree | b3582d429f8c7e62031b2c37d6dc73ffc2bc7d85 /templates | |
parent | d5cf1141bb884e690c43f255bb8031d133c35344 (diff) |
Partial fix for FS#9554release_2008040302
Diffstat (limited to 'templates')
-rw-r--r-- | templates/devel/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index afbec25a..939e7ecd 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -48,12 +48,14 @@ <th width="50%">Maintainer</th> <th># Package</th> <th># Flagged</th> + <th># Flagged notesting</th> </tr> {% for maint in stats %} <tr class="{% cycle pkgr2,pkgr1 %}"> <td><a href="/packages/?maint={{ maint.0.id }}">{{ maint.0.get_full_name }}</a></td> <td><strong>{{ maint.1 }}</strong> packages</td> <td><strong>{{ maint.2 }}</strong> packages</td> + <td><strong>{{ maint.3 }}</strong> packages</td> </tr> {% endfor %} </table> |