r14144 - in /scripts/qa/templates: by_category default.css

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Feb 4 17:47:32 UTC 2008


Author: tincho-guest
Date: Mon Feb  4 17:47:32 2008
New Revision: 14144

URL: http://svn.debian.org/wsvn/?sc=1&rev=14144
Log:
Add link to watchfile when there are problems.

Modified:
    scripts/qa/templates/by_category
    scripts/qa/templates/default.css

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=14144&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Mon Feb  4 17:47:32 2008
@@ -178,10 +178,17 @@
                 %]/debian/watch?op=file&rev=0&sc=0[% END %]">[%
                 pkg.watch.upstream_mangled || pkg.watch.error
             %]</a>
-            [% IF pkg.hilight.upstream AND pkg.watch.error %]<a
-                href="[% "${pkg.name}" | format("$wsvn_url")
+            [% IF pkg.hilight.upstream %]
+            [% IF pkg.watch.error %]
+            <a href="[% "${pkg.name}" | format("$wsvn_url")
                         %]/debian/copyright?op=file&amp;rev=0&amp;sc=0"
                 class="watch-cp-info">(copyright info)</a>
+            [% END %]
+            [% IF pkg.watch.error != "Missing" %]
+            <a href="[% "${pkg.name}" | format("$wsvn_url")
+                        %]/debian/watch?op=file&amp;rev=0&amp;sc=0"
+                class="watch-file">(watchfile)</a>
+            [% END %]
             [% END %]
             </td>
     </tr>

Modified: scripts/qa/templates/default.css
URL: http://svn.debian.org/wsvn/scripts/qa/templates/default.css?rev=14144&op=diff
==============================================================================
--- scripts/qa/templates/default.css (original)
+++ scripts/qa/templates/default.css Mon Feb  4 17:47:32 2008
@@ -123,6 +123,9 @@
     vertical-align: top;
     text-align: left;
 }
+.watch-file {
+    font-size: smaller;
+}
 .watch-cp-info {
     font-size: smaller;
 }




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