~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Refactor so that new addsubscriber link is placed in existing menu class

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 tal:define="context_menu context/menu:context">
10
 
    <div tal:content="structure context_menu/addsubscriber/render" />
 
9
  <div tal:define="menu context/menu:answers">
 
10
    <div tal:content="structure menu/addsubscriber/render" />
11
11
  </div>
12
12
  <div id="other-question-subscribers"></div>
13
13
</div>