Fix a small typo

This commit is contained in:
Pratik Naik
2009-03-22 11:25:05 +00:00
parent 1ff3ae3ed7
commit f7bdfe8bb7

View File

@@ -959,7 +959,7 @@ On pages generated by +NewsController+, you want to hide the top menu and add a
<div id="right_menu">Right menu items here</div>
<%= yield(:news_content) or yield %>
<% end -%>
<% render :file => 'layouts/application' %>
<%= render :file => 'layouts/application' %>
</erb>
That's it. The News views will use the new layout, hiding the top menu and adding a new right menu inside the "content" div.