← Back to team overview

launchpad-reviewers team mailing list archive

lp:~julian-edwards/launchpad/front-page-link-to-ppas-bug-583707 into lp:launchpad

 

Julian Edwards has proposed merging lp:~julian-edwards/launchpad/front-page-link-to-ppas-bug-583707 into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  #583707 show a link to PPAs on the launchpad front page
  https://bugs.launchpad.net/bugs/583707


Add a link to Ubuntu PPAs on the front page.
-- 
https://code.launchpad.net/~julian-edwards/launchpad/front-page-link-to-ppas-bug-583707/+merge/43929
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~julian-edwards/launchpad/front-page-link-to-ppas-bug-583707 into lp:launchpad.
=== modified file 'lib/lp/app/templates/root-index.pt'
--- lib/lp/app/templates/root-index.pt	2010-10-10 21:54:16 +0000
+++ lib/lp/app/templates/root-index.pt	2010-12-16 16:28:47 +0000
@@ -216,6 +216,10 @@
                       tal:attributes="href apphomes/answers">Find answers</a>
                   </li>
                   <li>
+                    <a class="sprite ppa-icon"
+                      href="/ubuntu/+ppas">Browse Ubuntu PPAs</a>
+                  </li>
+                  <li>
                      <a class="sprite tour" href="/+tour">Take the tour</a>
                    </li>
                 </ul>


Follow ups