idn_app/app/views/public/articles/_article_img.html.haml
2016-07-29 20:23:40 +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