blog_perso_app/app/views/public/articles/_article_intro.html.haml
Nicolas Bally dfe98283b5 new design
2015-04-11 16:01:51 +02:00

24 lines
499 B
Plaintext

%article
%header
%p.article_infos
%time.updated{:datetime => Time.now, :pubdate => true}
="le "+l(article.published_at, :format => :human_date)
="-"
=link_to i(:"comment-o")+" "+article.comments.count.to_s, article_path(:slug => article.slug, :anchor => "comments")
%h1=link_to article.title, article_path(:slug => article.slug), :title => "blog conseil en image : "+article.title.to_s
=render article.block
%hr