Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / vendor / rails / actionpack / test / fixtures / layouts / _column.html.erb
1 <div id="column"><%= yield :column %></div>
2 <div id="content"><%= yield %></div>