~ara/gwibber/apport_bug_384552

« back to all changes in this revision

Viewing changes to ui/templates/base.mako

  • Committer: Ryan Paul
  • Author(s): microft
  • Date: 2009-06-21 01:17:53 UTC
  • mfrom: (188.1.44 custom)
  • Revision ID: segphault@arstechnica.com-20090621011753-8giap3py5oat08b5
[Merge] Show message source and add support for u.nu and puny.sl shorteners (lp:~human-microft/gwibber/custom)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  
85
85
<%def name="timestring(data)" filter="trim">
86
86
  <a href="gwibber:read/${data.message_index}">${data.time_string}</a>
 
87
  % if hasattr(data, "source") and data.source:
 
88
    <a>${_("from")} ${data.source}</a>
 
89
  % endif
87
90
  % if hasattr(data, "reply_nick") and data.reply_nick:
88
91
    <a href="${data.reply_url}">${_("in reply to")} ${data.reply_nick}</a>
89
92
  % endif