Author: sevein
Date: Fri Aug 12 11:30:13 2011
New Revision: 9482
Log:
Generate route sending module parameter
Modified:
trunk/apps/qubit/modules/actor/templates/listSuccess.php
Modified: trunk/apps/qubit/modules/actor/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/actor/templates/listSuccess.php Thu Aug 11
15:27:09 2011 (r9481)
+++ trunk/apps/qubit/modules/actor/templates/listSuccess.php Fri Aug 12
11:30:13 2011 (r9482)
@@ -23,7 +23,7 @@
<?php foreach ($actors as $item): ?>
<tr class="<?php echo 0 == ++$row % 2 ? 'even' : 'odd' ?>">
<td>
- <?php echo link_to(render_title($item), $item) ?>
+ <?php echo link_to(render_title($item), array($item, 'module' =>
'actor')) ?>
</td><td>
<?php echo $item->entityType ?>
</td>
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.