~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/revision.kid

  • Committer: Michael Hudson
  • Date: 2008-03-09 00:22:47 UTC
  • mto: This revision was merged to the branch mainline in revision 152.
  • Revision ID: michael.hudson@canonical.com-20080309002247-xs05oxsgf25ymmtx
clarify some things

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        </tr>
85
85
        <tr>
86
86
            <th class="date">date:</th>
87
 
            <td class="date"> ${util.format_date(change.date)} </td>
 
87
            <td class="date"> ${util.date_time(change.date)} </td>
88
88
        </tr>
89
89
 
90
90
        <tr py:if="len(change.merge_points) > 0">