aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guides/code/getting_started/test/fixtures/tags.yml9
-rw-r--r--guides/source/getting_started.textile2
2 files changed, 1 insertions, 10 deletions
diff --git a/guides/code/getting_started/test/fixtures/tags.yml b/guides/code/getting_started/test/fixtures/tags.yml
deleted file mode 100644
index 8485668908..0000000000
--- a/guides/code/getting_started/test/fixtures/tags.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html
-
-one:
- name: MyString
- post:
-
-two:
- name: MyString
- post:
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