aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo "xoen" Giambelluca <xoen@xoen.org>2012-09-02 20:55:05 +0200
committerAldo "xoen" Giambelluca <xoen@xoen.org>2012-09-02 20:55:05 +0200
commit7715b7b8951c5889c1fbee5c0b7a461dd2e737f4 (patch)
tree8390d1dcd8e2e4b714ac765c50ac5c17d1fa244b
parent87cfb63dbc15bf3dccecf59bed06ab9b5af34b77 (diff)
downloadrails-7715b7b8951c5889c1fbee5c0b7a461dd2e737f4.tar.gz
rails-7715b7b8951c5889c1fbee5c0b7a461dd2e737f4.tar.bz2
rails-7715b7b8951c5889c1fbee5c0b7a461dd2e737f4.zip
Fixed validation issue related to taken ID in Layout and Rendering guide [ci skip]
-rw-r--r--guides/source/layouts_and_rendering.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/layouts_and_rendering.textile b/guides/source/layouts_and_rendering.textile
index 32ceecea18..9eb8161c54 100644
--- a/guides/source/layouts_and_rendering.textile
+++ b/guides/source/layouts_and_rendering.textile
@@ -1185,7 +1185,7 @@ h5. Spacer Templates
Rails will render the +_product_ruler+ partial (with no data passed in to it) between each pair of +_product+ partials.
-h5. Partial Layouts
+h5(#collection-partial-layouts). Partial Layouts
When rendering collections it is also possible to use the +:layout+ option: