This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/public/articles/_article_img.html.haml
2021-08-23 10:26:02 +02:00

17 lines
401 B
Plaintext

-if article.without_text_image_file
-img_url = "https://3p.quartz.xyz"+article.without_text_image_file.file.large.url
-elsif article.image_file
-img_url = "https://3p.quartz.xyz"+article.image_file.file.large.url
-else
-img_url = ""
%a.article_img{:href => article_path(:slug => article.slug), :style => "background-image:url('#{img_url}')"}
.content
%span=article.title