Ticket #94: macros.html.patch

File macros.html.patch, 1.3 KB (added by wcroyal, 3 years ago)
  • templates/macros.html

    old new  
    266266        <tr> 
    267267          <th rowspan="2" class="id">Id</th> 
    268268          <th rowspan="2">Summary</th> 
    269           <th rowspan="2" class="id">Owner</th> 
    270269          <py:for each="stage in completion_stages"> 
    271270              <th colspan="2" class="completion_stage">${stage['short_label']}</th> 
    272271          </py:for> 
     
    283282      <tbody> 
    284283        <py:for each="component, component_tickets in tickets_with_stages.iteritems()"> 
    285284          <tr py:if="component != ''"> 
    286             <td colspan="11" class="component"> 
     285            <td colspan="10" class="component"> 
    287286              ${wiki_to_oneliner(context, component)} 
    288287            </td> 
    289288          </tr> 
     
    293292              <td class="summary" xml:space="preserve"> 
    294293                ${wiki_to_oneliner(context, ticket['summary'])} 
    295294              </td>  
    296               <td class="summary" xml:space="preserve"> 
    297                 ${ticket.owner} 
    298               </td> 
    299295                <py:for each="stage in ticket_with_stages['ordered_stages']"> 
    300296                  <td py:with="ticket_stage=ticket_stages[stage['stage']]"> 
    301297                    <py:choose>