aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorOscar Del Ben <info@oscardelben.com>2012-05-01 10:58:16 +0200
committerOscar Del Ben <info@oscardelben.com>2012-05-01 10:58:16 +0200
commit2a15598ae859d7ca62755f15bc2efd5036f6bc52 (patch)
tree5c7193010c8d935c92494c9a601ff751f5bfadcc /guides/source
parent4eb482efbcb36086bb268fb4e97d1bbd1f7fbd09 (diff)
downloadrails-2a15598ae859d7ca62755f15bc2efd5036f6bc52.tar.gz
rails-2a15598ae859d7ca62755f15bc2efd5036f6bc52.tar.bz2
rails-2a15598ae859d7ca62755f15bc2efd5036f6bc52.zip
Getting Started Guide Code Cleanup
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile
index 0a92401d9a..41c990baee 100644
--- a/guides/source/getting_started.textile
+++ b/guides/source/getting_started.textile
@@ -1338,7 +1338,7 @@ So first, we'll wire up the Post show template
<% end %>
<%= link_to 'Edit Post', edit_post_path(@post) %> |
-<%= link_to 'Back to Posts', posts_path %> |
+<%= link_to 'Back to Posts', posts_path %>
</erb>
This adds a form on the +Post+ show page that creates a new comment by