From f713926e7174ca2271b5ab29600e9475a976d69e Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 14 Nov 2009 10:33:17 +0100 Subject: 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 --- app/views/nodes/show.html.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app') 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 @@ -38,6 +38,10 @@ Revision <%= @page.revision %> + + Tagged with: + <%= @page.tag_list %> + Title <%= sanitize( @page.title ) %> -- cgit v1.3