negos_app/app/views/public/articles/_article_img.html.haml
2016-02-16 21:09:48 +01: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