<% for collection in @collections %>
<%= link_to collection.title, collection %>
<%= link_to (image_tag collection.albums.find(:first).photos.first.path_modified_public('collection') ), collection_path(collection) %>
<% end %>
<% if has_role?("admin") %>