Listing images

<% @images.each do |image| %> <% end %>
Filename
<%= phocoder_thumbnail image,"small",false %>
<%= image.filename %>
<%= link_to 'Show', image %> <%= link_to 'Destroy', image, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New image', new_image_path %>