diff options
-rw-r--r-- | guides/source/layouts_and_rendering.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md index 2fa6d805c9..80d0f4eef2 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -1,7 +1,9 @@ Layouts and Rendering in Rails ============================== -This guide covers the basic layout features of Action Controller and Action View. After reading this guide, you will know: +This guide covers the basic layout features of Action Controller and Action View. + +After reading this guide, you will know: * How to use the various rendering methods built into Rails. * How to create layouts with multiple content sections. |