summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-11-14 10:33:17 +0100
committerhukl <contact@smyck.org>2009-11-14 10:41:05 +0100
commitf713926e7174ca2271b5ab29600e9475a976d69e (patch)
tree95a3d708ec07ffc3fc2b99ec3f08af212225149a /app/views/nodes
parent15fdd793eaf3e2ea4b08777d556674f9ece38af3 (diff)
nodes :show now shows the tags so the user won't have to enter edit mode to see the tags and thereby create a new draft
Closes #33
Diffstat (limited to 'app/views/nodes')
-rw-r--r--app/views/nodes/show.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb
index bd95df4..c077f6a 100644
--- a/app/views/nodes/show.html.erb
+++ b/app/views/nodes/show.html.erb
@@ -39,6 +39,10 @@
39 <td><%= @page.revision %></td> 39 <td><%= @page.revision %></td>
40 </tr> 40 </tr>
41 <tr> 41 <tr>
42 <td class="description">Tagged with:</td>
43 <td><%= @page.tag_list %></td>
44 </tr>
45 <tr>
42 <td class="description"><strong>Title</strong></td> 46 <td class="description"><strong>Title</strong></td>
43 <td><%= sanitize( @page.title ) %></td> 47 <td><%= sanitize( @page.title ) %></td>
44 </tr> 48 </tr>