r13953 - /scripts/qa/templates/by_category

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Fri Feb 1 10:32:22 UTC 2008


Author: tincho-guest
Date: Fri Feb  1 10:32:22 2008
New Revision: 13953

URL: http://svn.debian.org/wsvn/?sc=1&rev=13953
Log:
Correctly highlight the non-group-maint packages in svn

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=13953&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Fri Feb  1 10:32:22 2008
@@ -120,7 +120,6 @@
             [% IF pkg.svn.section AND pkg.svn.section != "main" %]
             <span class="section-$pkg.svn.section">[$pkg.svn.section]</span>
             [% END #IF %]
-            [% check_maint(pkg, "svn") %]
             [% IF ! hide_binaries
                 AND pkg.svn.binaries AND pkg.svn.binaries.size
                 AND (
@@ -147,6 +146,7 @@
                         href="javascript:more_chlog('$pkg.name','unrel')">[%
                         pkg.svn.un_changer | html %] &mdash; [% pkg.svn.un_date
                         | html %]</a></span></span>[% END #IF %]
+            [% check_maint(pkg, "svn") %]
         </td>
 
         <td[% IF pkg.hilight.archive %] class="todo"[% END %]>




More information about the Pkg-perl-cvs-commits mailing list