diff --git a/app/views/collections/_form.html.erb b/app/views/collections/_form.html.erb index fc9ee35..852fb53 100644 --- a/app/views/collections/_form.html.erb +++ b/app/views/collections/_form.html.erb @@ -10,7 +10,8 @@ <% for album in @collection.albums %> <%= form.fields_for :album_list do |album_fields| %> - +<%= image_tag "delete-24x24.png", :class => "delete", :alt => "Delete" -%> + <% if album.photos.empty? %> <%= album.title %> <% else %>