diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2012-05-14 07:02:58 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2012-05-14 07:02:58 +1000 |
commit | 5f7caff82572daa2adc9a83f280b58572b3ba3e2 (patch) | |
tree | 070d9611f8a0b12ac532c527b666e9ccf7e30b6e /guides/source | |
parent | dbd131fc0e9394438eb0e76796c89160a924b7ef (diff) | |
download | rails-5f7caff82572daa2adc9a83f280b58572b3ba3e2.tar.gz rails-5f7caff82572daa2adc9a83f280b58572b3ba3e2.tar.bz2 rails-5f7caff82572daa2adc9a83f280b58572b3ba3e2.zip |
Wrap 'Missing template posts/new' error message in a blockquote for better formatting
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 3a5868b13e..6a07f87abd 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -282,9 +282,9 @@ You're getting this error now because Rails expects plain actions like this one In the above image, the bottom line has been truncated. Let's see what the full thing looks like: -<text> +<blockquote> Missing template posts/new, application/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: * "/path/to/blog/app/views" -</text> +</blockquote> That's quite a lot of text! Let's quickly go through and understand what each part of it does. |