~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/templates/branch-metadata.pt

[r=Edwin][ui=None] BranchUpgradeJob refactoring for 2.0 changes,
        UI for requesting an upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<div
2
2
  xmlns:tal="http://xml.zope.org/namespaces/tal"
3
3
  xmlns:metal="http://xml.zope.org/namespaces/metal"
4
 
  xmlns:i18n="http://xml.zope.org/namespaces/i18n">
 
4
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
 
5
  tal:define="context_menu context/menu:context">
5
6
 
6
7
  <div class="two-column-list">
7
8
    <dl id="branch-format" tal:condition="context/branch_format">
18
19
      <dd tal:content="structure context/stacked_on/fmt:bzr-link" />
19
20
    </dl>
20
21
  </div>
 
22
  <div class="actions">
 
23
    <div
 
24
      tal:define="link context_menu/upgrade_branch"
 
25
      tal:condition="link/enabled"
 
26
      >
 
27
      <a tal:replace="structure link/fmt:link" />
 
28
    </div>
 
29
  </div>
21
30
 
22
31
</div>