public
Description: Symbiot's open source documentation system
Clone URL: git://github.com/mando/chronicle.git
mando (author)
Mon May 12 17:14:24 -0700 2008
commit  27b4a872f5d4b81edbfc5642346d4ee94d634262
tree    762fc7e45f574665ae01c7796fb158ca415dc1e0
parent  f3f8b3fff23d74320efd9ec07ea9017d2a22774e
chronicle / app / views / pages / show.html.erb
100644 15 lines (11 sloc) 0.197 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h1><%=h @page.title %></h1>
</p>
 
<p>
  <%=h @page.body %>
</p>
 
<p>
  <b>Tags:</b>
  <%=h @page.tag_list %>
</p>
 
<%= link_to 'Edit', edit_page_path(@page) %> |
<%= link_to 'Back', pages_path %>