X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FBasicCRUD.pod;h=7da68dcfef188aa8043ffaafd118bcb53dae59e7;hp=1f191b1c15ee8f92c3c9ec9a7c772f65955b528f;hb=8a7c51514fe8828c25ecd353ad2e9dc3b456ac9a;hpb=d04961970a25ec3dc831f89be5cd6e27fdec884a diff --git a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod index 1f191b1..7da68dc 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 %]
@@ -569,6 +569,6 @@ Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at L. -Copyright 2006, Kennedy Clark, under Creative Commons License +Copyright 2006-2008, Kennedy Clark, under Creative Commons License (L).
Title:
Rating:
[% # Add a link to delete a book %] - Delete + Delete