jfn_app/app/views/portlets/render_public/_gallerycontent.html.haml
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

11 lines
366 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(gallery_images.image_file.file.square.url, :alt => "#{gallery_images.title}"), gallery_images.image_file.file.large.url, :rel => "prettyPhoto[gallery_#{input.id}]"
%p{:style => "clear:both;"}