Skip to content

Commit

Permalink
Getting Started Guide Code Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardelben committed May 1, 2012
1 parent 4eb482e commit 2a15598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions guides/code/getting_started/test/fixtures/tags.yml

This file was deleted.

2 changes: 1 addition & 1 deletion guides/source/getting_started.textile
Expand Up @@ -1338,7 +1338,7 @@ So first, we'll wire up the Post show template
<% end %> <% end %>


<%= link_to 'Edit Post', edit_post_path(@post) %> | <%= link_to 'Edit Post', edit_post_path(@post) %> |
<%= link_to 'Back to Posts', posts_path %> | <%= link_to 'Back to Posts', posts_path %>
</erb> </erb>


This adds a form on the +Post+ show page that creates a new comment by This adds a form on the +Post+ show page that creates a new comment by
Expand Down

0 comments on commit 2a15598

Please sign in to comment.