[Jifty-commit] r1924 - wifty/trunk/share/web/templates

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Sep 2 23:00:44 EDT 2006


Author: nelhage
Date: Sat Sep  2 23:00:44 2006
New Revision: 1924

Modified:
   wifty/trunk/share/web/templates/view

Log:
Oops, forgot the view template in the last commit.

Modified: wifty/trunk/share/web/templates/view
==============================================================================
--- wifty/trunk/share/web/templates/view	(original)
+++ wifty/trunk/share/web/templates/view	Sat Sep  2 23:00:44 2006
@@ -1,14 +1,15 @@
 <%args>
 $page
 $revision
+$viewer
 </%args>
 <& /_elements/page_nav, page => $page->name, rev => $revision->id &>
 <&|/_elements/wrapper, title => $page->name . ($revision->id ? " as of ".$revision->created : '') &>
+
 % if ($revision->id) {
 <& /_elements/diff, page => $page, to => $revision &>
-
-<% $page->wiki_content($revision->content) |n%>
-% } else {
-<% $page->wiki_content |n %>
 % }
+
+<% $viewer->form_value('content', label => "") %>
+
 </&>


More information about the Jifty-commit mailing list