11 lines
309 B
Plaintext
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
|
|
|