[Catalyst-commits] r12332 - trunk/examples/SmallBoard/root/src

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Sun Dec 13 07:24:46 GMT 2009


Author: dhoss
Date: 2009-12-13 07:24:46 +0000 (Sun, 13 Dec 2009)
New Revision: 12332

Modified:
   trunk/examples/SmallBoard/root/src/index.tt2
Log:
removed count since it's not quite working

Modified: trunk/examples/SmallBoard/root/src/index.tt2
===================================================================
--- trunk/examples/SmallBoard/root/src/index.tt2	2009-12-13 07:21:32 UTC (rev 12331)
+++ trunk/examples/SmallBoard/root/src/index.tt2	2009-12-13 07:24:46 UTC (rev 12332)
@@ -2,5 +2,5 @@
 |<a href="[% c.uri_for_action('board/create') %]">create a new thread</a> | 
 <p>Recent threads (<a href="[% c.uri_for_action('board/list') %]">view all</a>):</p>
 [% FOR thread IN threads %]
-<div><a href="[% c.uri_for_action("board/view", [thread.thread_id]) %]">[% thread.title %]</a> - [% thread.children.count %] replies</div>
+<div><a href="[% c.uri_for_action("board/view", [thread.thread_id]) %]">[% thread.title %]</a></div>
 [% END %]




More information about the Catalyst-commits mailing list