diff options
author | Oscar Del Ben <info@oscardelben.com> | 2012-04-20 10:47:38 +0200 |
---|---|---|
committer | Oscar Del Ben <info@oscardelben.com> | 2012-04-20 10:47:38 +0200 |
commit | dbb4c4ddb601e06fef37f63d644a5297f3292c2a (patch) | |
tree | ae5dcd02671dbc8ec3a5b36b444ce99777253a0e /guides/code/getting_started/app/views/posts | |
parent | f6d5036dd620da48624ce32494f63aa4221b05d5 (diff) | |
download | rails-dbb4c4ddb601e06fef37f63d644a5297f3292c2a.tar.gz rails-dbb4c4ddb601e06fef37f63d644a5297f3292c2a.tar.bz2 rails-dbb4c4ddb601e06fef37f63d644a5297f3292c2a.zip |
New Getting started guide wont have tags
Diffstat (limited to 'guides/code/getting_started/app/views/posts')
-rw-r--r-- | guides/code/getting_started/app/views/posts/show.html.erb | 7 |
1 files changed, 1 insertions, 6 deletions
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 @@ <b>Content:</b> <%= @post.content %> </p> - -<p> - <b>Tags:</b> - <%= join_tags(@post) %> -</p> - + <h2>Comments</h2> <%= render @post.comments %> |