gs_app/app/views/public/articles/_sidebar_recents.html.haml
2014-04-16 21:10:47 +02:00

8 lines
249 B
Plaintext

.recents.widget
%h3 Articles récents
%ul
-Article.before(Date.today).recents.limit(5).each do |article|
%li= link_to article.title, public_article_path(:id => article.slug),:title => "Blog EFT de Geneviève Gagos - "+article.title.to_s