Merge lp:~twom/launchpad/merge-proposal-rescan-link into lp:launchpad

Proposed by Tom Wardill
Status: Merged
Merged at revision: 18871
Proposed branch: lp:~twom/launchpad/merge-proposal-rescan-link
Merge into: lp:launchpad
Diff against target: 18 lines (+14/-0)
1 file modified
lib/lp/code/templates/branchmergeproposal-update-diff.pt (+14/-0)
To merge this branch: bzr merge lp:~twom/launchpad/merge-proposal-rescan-link
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+362579@code.launchpad.net

Commit message

Add missing template lib/lp/code/templates/branchmergeproposal-update-diff.pt

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'lib/lp/code/templates/branchmergeproposal-update-diff.pt'
--- lib/lp/code/templates/branchmergeproposal-update-diff.pt 1970-01-01 00:00:00 +0000
+++ lib/lp/code/templates/branchmergeproposal-update-diff.pt 2019-02-01 08:39:15 +0000
@@ -0,0 +1,14 @@
1<html
2 xmlns="http://www.w3.org/1999/xhtml"
3 xmlns:tal="http://xml.zope.org/namespaces/tal"
4 xmlns:metal="http://xml.zope.org/namespaces/metal"
5 xmlns:i18n="http://xml.zope.org/namespaces/i18n"
6 metal:use-macro="view/macro:page/main_only"
7 i18n:domain="launchpad">
8 <body>
9 <div metal:fill-slot="main">
10 <p>You can schedule an update for this merge proposal if it appears the diff is out of date.</p>
11 <div metal:use-macro="context/@@launchpad_form/form" />
12 </div>
13 </body>
14</html>