Ticket #94: macros.html.patch
| File macros.html.patch, 1.3 KB (added by wcroyal, 3 years ago) |
|---|
-
templates/macros.html
old new 266 266 <tr> 267 267 <th rowspan="2" class="id">Id</th> 268 268 <th rowspan="2">Summary</th> 269 <th rowspan="2" class="id">Owner</th>270 269 <py:for each="stage in completion_stages"> 271 270 <th colspan="2" class="completion_stage">${stage['short_label']}</th> 272 271 </py:for> … … 283 282 <tbody> 284 283 <py:for each="component, component_tickets in tickets_with_stages.iteritems()"> 285 284 <tr py:if="component != ''"> 286 <td colspan="1 1" class="component">285 <td colspan="10" class="component"> 287 286 ${wiki_to_oneliner(context, component)} 288 287 </td> 289 288 </tr> … … 293 292 <td class="summary" xml:space="preserve"> 294 293 ${wiki_to_oneliner(context, ticket['summary'])} 295 294 </td> 296 <td class="summary" xml:space="preserve">297 ${ticket.owner}298 </td>299 295 <py:for each="stage in ticket_with_stages['ordered_stages']"> 300 296 <td py:with="ticket_stage=ticket_stages[stage['stage']]"> 301 297 <py:choose>
