[Jifty-commit] r1675 - wifty/trunk/share/web/templates

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jul 26 10:56:18 EDT 2006


Author: nelhage
Date: Wed Jul 26 10:56:17 2006
New Revision: 1675

Modified:
   wifty/trunk/share/web/templates/history

Log:
Fixing history display with anonymous edits

Modified: wifty/trunk/share/web/templates/history
==============================================================================
--- wifty/trunk/share/web/templates/history	(original)
+++ wifty/trunk/share/web/templates/history	Wed Jul 26 10:56:17 2006
@@ -9,7 +9,7 @@
 <dt><% Jifty->web->link( label => $rev->created, 
                           url => '/view/'.$page->name.'/'.$rev->id
                         ) %>
-% if($rev->created_by) {
+% if($rev->created_by->id) {
   (<% $rev->created_by->name %>)
 % } else {
   (Anonymous)


More information about the Jifty-commit mailing list