idn_app/app/views/portlets/dynamic_contents/_realisations.html.haml
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

7 lines
332 B
Plaintext

.realisation_list
-Realisation.all.each do |realisation|
=link_to public_realisation_path(:id => realisation.slug) do
.realisation
.img{:style => "background-image :url('"+(realisation.default_image.image_file.file.large.medium.url if realisation.default_image).to_s+"');"}
%h3=realisation.title