ecole_eft_app/app/views/public/home/home.html.haml
2013-02-13 00:51:35 +01:00

7 lines
170 B
Plaintext

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