<%= h @collection.title %>

<%= h @collection.description %>

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