ecole_eft_app/app/views/public/articles/_article.html.haml
2013-07-18 01:23:48 +02:00

19 lines
289 B
Plaintext

%article
%h2=article.title
%time.updated{:datetime => Time.now, :pubdate => true}
Écrit
="le "+l(article.published_at, :format => :human_date)
-if article.description
%p.desc
%strong
= article.description
%hr
=render article.block