~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/templates/question-portlet-subscribers.pt

  • Committer: Ian Booth
  • Date: 2011-07-29 06:58:45 UTC
  • mto: This revision was merged to the branch mainline in revision 13583.
  • Revision ID: ian.booth@canonical.com-20110729065845-aq9p2pgly9eeb1bk
Add support for Subscribe Me link on subscription portal

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
<div class="portlet" id="subscribers">
8
8
  <h2>Subscribers</h2>
 
9
  <div id="current_user_subscription" tal:define="menu context/menu:answers">
 
10
    <div tal:content="structure menu/subscription/render" />
 
11
  </div>
9
12
  <div tal:define="menu context/menu:answers">
10
13
    <div tal:content="structure menu/addsubscriber/render" />
11
14
  </div>