accescible_app/app/views/portlets/render_public/_gallerycontent.html.haml
Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02: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;"}