From e70bb8031f17c113810aa334aa524b2ed34cbb5f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 24 Sep 2007 23:01:50 +0000 Subject: Stop rdoc from whining git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7622 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/capture_helper.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/capture_helper.rb b/actionpack/lib/action_view/helpers/capture_helper.rb index 8a74ed04b2..80bff8a4cd 100644 --- a/actionpack/lib/action_view/helpers/capture_helper.rb +++ b/actionpack/lib/action_view/helpers/capture_helper.rb @@ -61,7 +61,7 @@ module ActionView # # You can also use this syntax alongside an existing call to yield in a layout. For example: # - # + # <%# This is the layout %> # # # My Website @@ -75,7 +75,7 @@ module ActionView # And now, we'll create a view that has a content_for call that # creates the script identifier. # - # + # <%# This is our view %> # Please login! # # <% content_for :script do %> @@ -100,7 +100,7 @@ module ActionView #
  • <%= link_to 'Home', :action => 'index' %>
  • # <% end %> # - # + # <%# Add some other content, or use a different template: %> # # <% content_for :navigation do %> #
  • <%= link_to 'Login', :action => 'login' %>
  • -- cgit v1.2.3