Changeset 203 for trunk/trax/vendor/trax/templates
- Timestamp:
- 05/26/06 04:46:01 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/templates/scaffolds/generator_templates/view_index.phtml
r199 r203 28 28 <br> 29 29 30 < ?php echo link_to("New post", array(":action" => "add")) ? >30 < ?php echo link_to("New ".$singular_model_name, array(":action" => "add")) ? >
