From 14615aabcc664a85961eaa3ce9f8f45b2b8acd21 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 6 Nov 2008 14:36:27 -0300 Subject: [PATCH] ActionItem837: identifying screens without blocks --- app/views/layouts/application.rhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index 439e208..2801840 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -144,7 +144,9 @@ <% if uses_design_blocks? %> <%= display_boxes(@controller.boxes_holder, yield) %> <% else %> - <%= yield %> +
+ <%= yield %> +
<% end %> <% end %> -- libgit2 0.21.2