From c5b5c68d522b4bdcb5fce03a5966ec93bdd87e95 Mon Sep 17 00:00:00 2001 From: Jess Brown Date: Wed, 6 Mar 2013 14:52:23 -0500 Subject: [PATCH] Update capture_helper.rb if there's content for the right column, then we need the two-column class, if not the one-column --- actionpack/lib/action_view/helpers/capture_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_view/helpers/capture_helper.rb b/actionpack/lib/action_view/helpers/capture_helper.rb index 1bad82159ac6..5afe43545976 100644 --- a/actionpack/lib/action_view/helpers/capture_helper.rb +++ b/actionpack/lib/action_view/helpers/capture_helper.rb @@ -180,7 +180,7 @@ def provide(name, content = nil, &block) # My Website # <%= yield :script %> # - # + # # <%= yield %> # <%= yield :right_col %> #