diff options
author | Oscar Del Ben <info@oscardelben.com> | 2012-05-01 10:58:16 +0200 |
---|---|---|
committer | Oscar Del Ben <info@oscardelben.com> | 2012-05-01 10:58:16 +0200 |
commit | 2a15598ae859d7ca62755f15bc2efd5036f6bc52 (patch) | |
tree | 5c7193010c8d935c92494c9a601ff751f5bfadcc /guides/source/getting_started.textile | |
parent | 4eb482efbcb36086bb268fb4e97d1bbd1f7fbd09 (diff) | |
download | rails-2a15598ae859d7ca62755f15bc2efd5036f6bc52.tar.gz rails-2a15598ae859d7ca62755f15bc2efd5036f6bc52.tar.bz2 rails-2a15598ae859d7ca62755f15bc2efd5036f6bc52.zip |
Getting Started Guide Code Cleanup
Diffstat (limited to 'guides/source/getting_started.textile')
-rw-r--r-- | guides/source/getting_started.textile | 2 |
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 |