[Pidgin] #844: Linkify 'Reported by:' field for fun and profit
Pidgin
trac at pidgin.im
Wed Sep 17 22:35:38 EDT 2008
#844: Linkify 'Reported by:' field for fun and profit
-------------------------+--------------------------------------------------
Reporter: elb | Owner: datallah
Type: enhancement | Status: closed
Milestone: | Component: trac
Version: 2.0 | Resolution: fixed
Keywords: |
-------------------------+--------------------------------------------------
Changes (by datallah):
* status: new => closed
* resolution: => fixed
Comment:
I added the following template snippet to implement this:
{{{
<td
py:match="table[@class='properties']/tr/td[@headers='h_reporter']"
py:attrs="select('@*')">
<a
href="/query?reporter=${ticket.reporter}">${authorinfo(ticket.reporter)}</a>
</td>
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/844#comment:3>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list