From dbb4c4ddb601e06fef37f63d644a5297f3292c2a Mon Sep 17 00:00:00 2001
From: Oscar Del Ben
Date: Fri, 20 Apr 2012 10:47:38 +0200
Subject: New Getting started guide wont have tags
---
guides/code/getting_started/app/views/posts/show.html.erb | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
(limited to 'guides/code/getting_started/app/views/posts')
diff --git a/guides/code/getting_started/app/views/posts/show.html.erb b/guides/code/getting_started/app/views/posts/show.html.erb
index da78a9527b..3445fd8779 100644
--- a/guides/code/getting_started/app/views/posts/show.html.erb
+++ b/guides/code/getting_started/app/views/posts/show.html.erb
@@ -14,12 +14,7 @@
Content:
<%= @post.content %>
-
-
- Tags:
- <%= join_tags(@post) %>
-
-
+
Comments
<%= render @post.comments %>
--
cgit v1.2.3