~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/changelog.kid

  • Committer: Launchpad Patch Queue Manager
  • Date: 2008-03-10 02:28:26 UTC
  • mfrom: (148.3.6 better-date-presentation)
  • Revision ID: launchpad@pqm.canonical.com-20080310022826-1a4xljsczmn1uyvc
[r=jamesh] use a more space-efficient, launchpad-like way of presenting dates

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            <span py:strip="True" py:if="not all_same_author">
78
78
                <td class="author"> ${util.trunc(util.hide_email(entry.author), 20)} </td>
79
79
            </span>
80
 
            <td class="date"> ${util.format_date(entry.date)} &nbsp; (${util.ago(entry.date)}) </td>
 
80
            <td class="date"> ${util.approximatedate(entry.date)} </td>
81
81
            <td class="inventory-link"> 
82
82
                <a href="${branch.url([ '/files', entry.revid ])}"
83
83
                    title="Files at revision ${entry.revno}"> files</a>