heylium_app/app/views/public/articles/_article_img.html.haml
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

10 lines
224 B
Plaintext
Executable File

%a.article_img{:href => article_path(:slug => article.slug), :style => "background-image:url('#{(article.image_file.file.large.medium.small.url if article.image_file)}')"}
.content
%span=article.title