Changeset 1094 for trunk/templates

Show
Ignore:
Timestamp:
06/19/07 19:32:56 (18 months ago)
Author:
dom
Message:

Display IP address in recent changes, even when edit is not anonymous
(fixes #113)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/recent_changes.tt

    r969 r1094  
    4343          [% IF (node.username != 'Anonymous') %] 
    4444            <a href="[% cgi_url %]?username=[% node.username %];action=userstats">[% node.username %]</a> 
     45            (<a href="[% cgi_url %]?host=[% node.host %];action=userstats">[% node.host %]</a>) 
    4546          [% ELSE %] 
    4647            <a href="[% cgi_url %]?host=[% node.host %];action=userstats">[% node.host %]</a>