~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bugtarget-bugs.pt

Merged latest db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
          </ul>
96
96
        </div>
97
97
 
98
 
      <tal:has_hot_bugs condition="view/hot_bugs">
 
98
      <tal:has_hot_bugs condition="view/hot_bugtasks">
99
99
        <div class="search-box">
100
100
          <metal:search
101
101
            use-macro="context/@@+bugtarget-macros-search/simple-search-form"
123
123
            </tr>
124
124
          </thead>
125
125
          <tbody>
126
 
            <tr tal:repeat="bugtask view/hot_bugs">
 
126
            <tr tal:repeat="bugtask view/hot_bugtasks">
127
127
              <td class="icon left">
128
128
                <span tal:replace="structure bugtask/image:icon" />
129
129
              </td>
148
148
        </table>
149
149
      </tal:has_hot_bugs>
150
150
 
151
 
      <tal:no_hot_bugs condition="not: view/hot_bugs">
 
151
      <tal:no_hot_bugs condition="not: view/hot_bugtasks">
152
152
        <p id="no-bugs-filed"><strong>There are currently no bugs filed against
153
153
          <tal:project_title replace="context/title" />.</strong></p>
154
154