图片列表

<% for t in @thumbs %> <% end %>
图标 删除图片
<%= link_to image_tag(t.public_filename(:thumb)), t.public_filename %> <%= link_to '删除', thumb_path(t), :confirm => 'Are you sure?', :method => :delete %>

<%= link_to '创建新图片', new_thumb_path %>