mercurial/templates/spartan/changeset.tmpl
changeset 37024 7c18798fc24d
parent 36322 f3fd4fe0506f
equal deleted inserted replaced
37023:6bc2f1b3bc9d 37024:7c18798fc24d
    36 {ifeq(phase, 'public', '', '<tr>
    36 {ifeq(phase, 'public', '', '<tr>
    37  <th class="phase">phase:</th>
    37  <th class="phase">phase:</th>
    38  <td class="phase">{phase|escape}</td>
    38  <td class="phase">{phase|escape}</td>
    39 </tr>')}
    39 </tr>')}
    40 {if(obsolete, succsandmarkers%obsfateentry)}
    40 {if(obsolete, succsandmarkers%obsfateentry)}
    41 {ifeq(count(instabilities), '0', '', '<tr>
    41 {if(instabilities, whyunstable%whyunstableentry)}
    42  <th class="instabilities">instabilities:</th>
       
    43  <td class="instabilities">{instabilities%"{instability} "|escape}</td>
       
    44 </tr>')}
       
    45 <tr>
    42 <tr>
    46  <th class="files">files:</th>
    43  <th class="files">files:</th>
    47  <td class="files">{files}</td>
    44  <td class="files">{files}</td>
    48 </tr>
    45 </tr>
    49 <tr>
    46 <tr>