maisonarbre_app/app/views/portlets/render_public/_gallerycontent.html.haml
Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

11 lines
404 B
Plaintext

.portlet.gallery_content
%h2=input.name
.description
=raw input.description
.gallery_images
-input.gallery_images.each do |gallery_images|
=link_to image_tag("http://"+HOSTNAME+gallery_images.image_file.file.square.url, :alt => "#{gallery_images.title}"), "http://"+HOSTNAME+gallery_images.image_file.file.large.url, :rel => "prettyPhoto[gallery_#{input.id}]"
%p{:style => "clear:both;"}