<% if custom_album.cover == "default" %>
<%= image_tag "custom_gallery/default.jpg" %>
<% else %>
<% end %>
<%= custom_album.name %>
<% if can_edit_or_delete?(custom_album) %>
- <%= link_to (content_tag(:i,"",:class=>"icon-trash danger")), admin_custom_gallery_path(custom_album.id), "data-confirm" => "Are you sure?", :method=>:delete %>
<% end %>
- <%= (Category.find(custom_album.category_id).title rescue custom_album.category_id) %>