Nicolas Bally 6a93b336e3 galeries
2016-02-17 17:48:17 +01:00

9 lines
367 B
Plaintext

.center
%h1=@realisation.title
=simple_format @realisation.description
.rea-gal.gallery
-@realisation.realisation_images.each do |realisation_images|
=link_to image_tag(realisation_images.image_file.file.square.url, :alt => "#{realisation_images.title}"), realisation_images.image_file.file.large.url, :title => realisation_images.title
.clear