From 48791dda34530f1221c48740857173c267f677ca Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Tue, 17 Feb 2009 14:11:59 +0100 Subject: Remove empty line that breaks 'code' formatting. --- railties/guides/source/getting_started.textile | 1 - 1 file changed, 1 deletion(-) (limited to 'railties/guides/source/getting_started.textile') diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 7c7f7e889c..3d6c16f11c 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -387,7 +387,6 @@ To hook the posts up to the home page you've already created, you can add a link

Hello, Rails!

<%= link_to "My Blog", posts_path %> -
The +link_to+ method is one of Rails' built-in view helpers. It creates a hyperlink based on text to display and where to go - in this case, to the path for posts. -- cgit v1.2.3