[Jifty-commit] r2413 - jifty/branches/template-declare/lib/Jifty/View

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Dec 20 08:11:31 EST 2006


Author: clkao
Date: Wed Dec 20 08:11:29 2006
New Revision: 2413

Modified:
   jifty/branches/template-declare/lib/Jifty/View/Declare.pm

Log:
Update template page synopsis.

Modified: jifty/branches/template-declare/lib/Jifty/View/Declare.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/View/Declare.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/View/Declare.pm	Wed Dec 20 08:11:29 2006
@@ -11,8 +11,9 @@
     use Jifty::View::Declare -base;
 
     template 'index.html' => page {
+        { title is 'Some Title' }
         b { "The Index" };
-    } 'Some Title';
+    };
 
 =cut
 


More information about the Jifty-commit mailing list