X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FBasicCRUD.pod;h=bc96f3dbcf4c62353850c992b2e9d6657bb01f44;hb=8482d557f2db611057112ea7db8be90445a353c7;hp=dcc3ade3659829fe927050aef667a5c54da93424;hpb=14e5ed66dcd737f2210d8d7d8c22e3c474992846;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod index dcc3ade..bc96f3d 100644 --- a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod @@ -164,7 +164,7 @@ Edit C and then enter: [% # Provide a link back to the list page -%] [% # 'uri_for()' builds a full URI; e.g., 'http://localhost:3000/books/list' -%] -

Return to list

+

Return to list

[% # Try out the TT Dumper (for development only!) -%]
@@ -266,7 +266,7 @@ Open C in your editor and enter:
 
     [% META title = 'Manual Form Book Create' -%]
     
-    
+ @@ -380,7 +380,7 @@ and 2) the four lines for the Delete link near the bottom). [% END -%] @@ -536,7 +536,7 @@ query parameter:
- [% status_msg || Catalyst.request.params.status_msg %] + [% status_msg || c.request.params.status_msg %] [% error_msg %] [% content %]
@@ -570,5 +570,5 @@ most recent version of the Catalyst Tutorial can be found at L. Copyright 2006-2008, Kennedy Clark, under Creative Commons License -(L). +(L).
Title:
Rating:
[% # Add a link to delete a book %] - Delete + Delete