sideplace_app/app/views/public/articles.old/_sidebar_recents.html.haml
Caroline Girard 556e66ba66 qit
2018-09-04 09:22:47 +02:00

9 lines
269 B
Plaintext

.recents.widget
%h3
=qit("articles-sidebar-recents-articles", "Articles récents")
%ul
-Article.recents.limit(10).each do |article|
%li= link_to article.title, article_path(:slug => article.slug),:title => "Blog conseil en image - "+article.title.to_s