~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-09-01 10:58:21 UTC
  • mfrom: (13843 devel)
  • mto: This revision was merged to the branch mainline in revision 13845.
  • Revision ID: jelmer@canonical.com-20110901105821-ny0sc6lh77ps0ljm
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
<body>
57
57
 
58
58
<metal:side fill-slot="side">
59
 
  <tal:public condition="not: context/private">
60
 
    <div id="privacy" class="portlet public">
61
 
      This branch is public
62
 
    </div>
63
 
  </tal:public>
64
 
  <tal:public condition="context/private">
65
 
    <div id="privacy" class="portlet private">
66
 
      This branch is private
67
 
    </div>
68
 
  </tal:public>
69
 
 
 
59
  <div tal:replace="structure context/@@+portlet-privacy" />
70
60
  <div tal:replace="structure context/@@+global-actions" />
71
61
  <tal:subscribers replace="structure context/@@+portlet-subscribers" />
72
62