danielle_app/app/views/public/articles/_index.html.haml
2013-07-17 11:44:52 +02:00

7 lines
160 B
Plaintext

%h1 Nouvelles pélerines
=render :partial => "public/articles/article", :collection => @articles, :as => "article"
#articles_pagination= paginate @articles