aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2012-05-14 07:02:58 +1000
committerRyan Bigg <radarlistener@gmail.com>2012-05-14 07:02:58 +1000
commit5f7caff82572daa2adc9a83f280b58572b3ba3e2 (patch)
tree070d9611f8a0b12ac532c527b666e9ccf7e30b6e /guides/source/getting_started.textile
parentdbd131fc0e9394438eb0e76796c89160a924b7ef (diff)
downloadrails-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/getting_started.textile')
-rw-r--r--guides/source/getting_started.textile4
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.