crossey_app/app/views/public/articles/_article.html.haml
2013-09-30 17:42:55 +02:00

11 lines
309 B
Plaintext

%h1= article.title
#description_courte_actu{:style => "float:left;width:100%;"}
=image_tag(article.image_file.file.large.medium.small.url, :style => "float:left;margin-right:10px;") if article.image_file
= simple_format article.description
%p{:style => "clear:both" }
%br
=render article.block