<%= image_tag collection.albums.first.photos.first.attachment.collection.url %>
<%= collection.title %>
<%= collection.description %>
<%= link_to 'View', (collection_path(collection) unless collection.albums.empty? || collection.albums.first.photos.empty?), {:class => 'btn btn-primary'} %>