X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FBasicCRUD.pod;h=7da68dcfef188aa8043ffaafd118bcb53dae59e7;hb=0c51850e9e3daa7ba2dc9194dec7b8fc2b3a64c0;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..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 %]
Title:
Rating:
[% # Add a link to delete a book %] - Delete + Delete