620052a5ba
As usual, forgot to 'bzr add' these. Completes the upgrade to Rails 2.2.2.
3 lines
142 B
Plaintext
3 lines
142 B
Plaintext
<% content_for :title, "title" -%>
|
|
<% content_for :column do -%>column<% end -%>
|
|
<% render :layout => 'layouts/column' do -%>content<% end -%> |