sideplace_app/app/views/public/articles.old/_sidebar_recents.html.haml

8 lines
219 B
Plaintext

.recents.widget
%h3 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