mercurial/templates/spartan/changelogentry.tmpl
changeset 35065 a1de4ffaa7a8
parent 21124 a65714215377
child 35089 69ea10d5b00c
equal deleted inserted replaced
35064:9acc0360ff67 35065:a1de4ffaa7a8
    16  </tr>
    16  </tr>
    17  <tr>
    17  <tr>
    18   <th class="date">date:</th>
    18   <th class="date">date:</th>
    19   <td class="date">{date|rfc822date}</td>
    19   <td class="date">{date|rfc822date}</td>
    20  </tr>
    20  </tr>
       
    21  {ifeq(phase, 'public', '', '<tr>
       
    22   <th class="phase">phase:</th>
       
    23   <td class="phase">{phase|escape}</td>
       
    24  </tr>')}
    21  <tr>
    25  <tr>
    22   <th class="files"><a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>:</th>
    26   <th class="files"><a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>:</th>
    23   <td class="files">{files}</td>
    27   <td class="files">{files}</td>
    24  </tr>
    28  </tr>
    25 </table>
    29 </table>