← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~ivo-kracht/launchpad/bug-824292 into lp:launchpad

 

Ivo Kracht has proposed merging lp:~ivo-kracht/launchpad/bug-824292 into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ivo-kracht/launchpad/bug-824292/+merge/112352

Deleted some lines in the template that implement the link. No tests check it so I didn't have to change anything.

Pre-imp call with adeuring

test:
./bin/test soyuz -vvt xx-distroseries-index.txt

= Launchpad lint =

Checking for conflicts and issues in changed files.

Linting changed files:
  lib/lp/soyuz/templates/distroseries-portlet-latestuploads.pt
-- 
https://code.launchpad.net/~ivo-kracht/launchpad/bug-824292/+merge/112352
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~ivo-kracht/launchpad/bug-824292 into lp:launchpad.
=== modified file 'lib/lp/soyuz/templates/distroseries-portlet-latestuploads.pt'
--- lib/lp/soyuz/templates/distroseries-portlet-latestuploads.pt	2012-06-11 00:03:25 +0000
+++ lib/lp/soyuz/templates/distroseries-portlet-latestuploads.pt	2012-06-27 13:15:32 +0000
@@ -28,9 +28,4 @@
     There are no recent source package uploads.
   </p>
 
-  <ul class="horizontal">
-    <li>
-      <a tal:replace="structure context/menu:overview/queue/fmt:link" />
-    </li>
-  </ul>
 </div>


Follow ups