negos_app/app/views/public/articles.old/_sidebar_recents.html.haml
2016-02-16 21:09:48 +01:00

8 lines
219 B
Plaintext
Executable File

.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