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

Version Path
community_engine-3.2.0 app/views/photos/index.xml.builder
community_engine-3.0.0 app/views/photos/index.xml.builder
community_engine-2.3.2 app/views/photos/index.xml.builder
community_engine-2.3.1 app/views/photos/index.xml.builder
community_engine-2.3.0 app/views/photos/index.xml.builder
community_engine-2.1.0 app/views/photos/index.xml.builder
community_engine-2.0.0 app/views/photos/index.xml.builder
community_engine-2.0.0.beta3 app/views/photos/index.xml.builder
community_engine-2.0.0.beta2 app/views/photos/index.xml.builder
community_engine-2.0.0.beta1 app/views/photos/index.xml.builder