public
Description: Symbiot's open source documentation system
Clone URL: git://github.com/mando/chronicle.git
Search Repo:
Changed the default show page to be a little nicer.
mando (author)
Mon May 12 17:14:24 -0700 2008
commit  27b4a872f5d4b81edbfc5642346d4ee94d634262
tree    762fc7e45f574665ae01c7796fb158ca415dc1e0
parent  f3f8b3fff23d74320efd9ec07ea9017d2a22774e
...
1
2
3
 
4
5
6
7
8
9
10
...
 
 
 
1
2
3
4
 
5
6
7
0
@@ -1,10 +1,7 @@
0
-<p>
0
- <b>Title:</b>
0
- <%=h @page.title %>
0
+<h1><%=h @page.title %></h1>
0
 </p>
0
 
0
 <p>
0
- <b>Body:</b>
0
   <%=h @page.body %>
0
 </p>
0
 

Comments

    No one has commented yet.