~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/annotate.pt

  • Committer: Matt Nordhoff
  • Date: 2009-03-17 20:29:08 UTC
  • mfrom: (294.3.3 get_apparent_authors)
  • Revision ID: mnordhoff@mattnordhoff.com-20090317202908-glk450l6tay73pkm
Avoid using the deprecated Revision.get_apparent_author()

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
              <a tal:condition="python:line.status=='changed'"
66
66
                 tal:content="python:util.trunc(line.change.revno)"
67
67
                 tal:attributes="href python:url(['/revision', line.change.revno], clear=1);
68
 
                                 title python:'%s by %s, on %s (%s)'%(line.change.revno, util.hide_email(line.change.author), line.change.date.strftime('%d %b %Y %H:%M'), util.date_time(line.change.date))"></a>
 
68
                                 title python:'%s by %s, on %s (%s)'%(line.change.revno, ', '.join(util.hide_emails(line.change.authors)), line.change.date.strftime('%d %b %Y %H:%M'), util.date_time(line.change.date))"></a>
69
69
            </td>
70
70
            <td class="annoCont"><pre tal:content="structure line/text"></pre></td>
71
71
          </tr>