3 lines
94 B
Plaintext
3 lines
94 B
Plaintext
<h1><%= @album.title %></h1>
|
|
|
|
<%= render :partial => @album.photos.find(:all, :limit => 10) %> |