master
Coleman 2008-07-11 00:24:03 -05:00
parent 90199932e8
commit ccafa40443
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
<ol><%= @pages.collect { |p| "<li><a href='#{url(:page, :id => p.name.gsub(/ /, '_'))}'>#{p.name}</a></li>" }.join -%></ol>
<% end %>
<br />
<h2>Albums</h2>
<%= partial 'albums/albums', :albums => @albums %>