chien_app/app/views/public/articles/index.html.haml
Nicolas Bally a1bba5a836 initial
2015-04-16 23:54:52 +02:00

9 lines
171 B
Plaintext

-if @index_title
%h1=@index_title
=render :partial => "public/articles/article", :collection => @articles, :as => "article"
#articles_pagination= paginate @articles