<%= h @collection.title %>

<%= h @collection.description %>

<%= render :partial => @collection.albums %>
<%= link_to "Update collection", edit_collection_path(@collection) %>
<%= link_to "All collections", collections_path %>