blog_perso_app/app/views/public/articles/_article_intro.html.haml
Nicolas Bally 8ffd3dade2 design
2015-04-11 19:21:18 +02:00

21 lines
434 B
Plaintext

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