21 lines
434 B
Plaintext
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
|