photomix/app/views/collections/show.html.erb
2009-06-03 22:12:11 +02:00

6 lines
254 B
Plaintext

<h1><%= h @collection.title %></h1>
<p><%= h @collection.description %></p>
<%= render :partial => @collection.albums %>
<br /><%= link_to "Update collection", edit_collection_path(@collection) %>
<br /><%= link_to "All collections", collections_path %>