heylium_app/app/views/portlets/dynamic_contents/_realisations.html.haml
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

7 lines
332 B
Plaintext
Executable File

.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