Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02: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