Sha256: c5e2a2b6c1621614393012704ea1fe8e228558ae93713f9d208bd286cc770d4b
Contents?: true
Size: 276 Bytes
Versions: 10
Compression:
Stored size: 276 Bytes
Contents
xml.instruct! xml.gallery do xml.album :title=>:photos.l(:count => @photos.size), :lgPath=>"", :tnPath=>"" do @photos.each do |photo| xml.img :src=> photo.photo.url(:large), :tn=> photo.photo.url(:thumb), :link => user_photo_url(@user, photo) end end end
Version data entries
10 entries across 10 versions & 1 rubygems