<%= link_to 'Add new photo', new_admin_gallery_gallery_photo_path(@gallery), :class => 'big button' %>

Photos in <%=@gallery.title%>

<% @photos.each do |photo| %> <% end %>
<%= image_tag(photo.image.url(:admin_thumb), :class => 'thumb dragger') %>
<%= photo.title %>