jfn_app/app/views/admin/actualities/_show.html.haml
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

11 lines
203 B
Plaintext

#actuality_show
%h1
=@actuality.title
.desc
=image_tag @actuality.image_file.file.large.medium.small.thumb.url, :class => "img" if @actuality.image_file
=simple_format @actuality.description