launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #00342
[Merge] lp:~jml/launchpad/link-to-lp-revision into lp:launchpad/devel
Jonathan Lange has proposed merging lp:~jml/launchpad/link-to-lp-revision into lp:launchpad/devel.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
This branch changes the footer on edge to link to the Launchpad stable branch.
The way I've done the change is kind of crappy. I welcome suggestions on how to do it better.
--
https://code.launchpad.net/~jml/launchpad/link-to-lp-revision/+merge/31310
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jml/launchpad/link-to-lp-revision into lp:launchpad/devel.
=== modified file 'lib/lp/app/templates/base-layout-macros.pt'
--- lib/lp/app/templates/base-layout-macros.pt 2010-07-21 14:20:33 +0000
+++ lib/lp/app/templates/base-layout-macros.pt 2010-07-29 17:41:49 +0000
@@ -428,7 +428,10 @@
r<tal:revno replace="revno" />
<tal:devmode condition="devmode">devmode</tal:devmode>
<tal:demo condition="is_demo">demo site</tal:demo>
- <tal:edge condition="is_edge">beta site</tal:edge>
+ <tal:edge condition="is_edge">
+ <a href="https://code.edge.launchpad.net/~launchpad-pqm/launchpad/stable/"
+ >beta site (get the code)</a>
+ </tal:edge>
</span>
</div>
</div>