db/demo/page_templates/sub_page.html.erb in browsercms-3.0.6 vs db/demo/page_templates/sub_page.html.erb in browsercms-3.1.0
- old
+ new
@@ -23,10 +23,10 @@
# The style of the breadcrumbs is controlled via CSS, which turns the ul/li into horizontal breadcrumbs with separaters. %>
<!-- Commented out as we don't have styles/design for this yet.
<%= render_breadcrumbs %>
-->
<div class="main_wrapper">
- <h2><%= @page.page_title %></h2>
+ <h2><%= page_title %></h2>
<%= container :main %>
</div>
</div>
</div>
<div style="clear: both;"></div>