Displaying 1 result from an estimated 1 matches for "menubox".
Did you mean:
menubar
2009 Mar 04
6
render yield?!
...#39;loginBox'', :partial => ''shared/login''
page.replace ''contentBox'', :partial => ''shared/content''
page.replace ''navigation'', :partial => ''shared/navigation''
page.replace ''menuBox'', :partial => ''shared/menu''
end
end
My problem nos is that the partial views/shared/_content.html.erb has a
yield which doesn''t show me the content of views/bla/whatever.html.erb
anymore and only shows it when I access it directly (not using remote
function...